/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.io/license */ import { CdkTree } from '@angular/cdk/tree'; import { MatTreeNodeOutlet } from './outlet'; /** * Wrapper for the CdkTable with Material design styles. */ import * as ɵngcc0 from '@angular/core'; export declare class MatTree extends CdkTree { _nodeOutlet: MatTreeNodeOutlet; static ɵfac: ɵngcc0.ɵɵFactoryDeclaration, never>; static ɵcmp: ɵngcc0.ɵɵComponentDeclaration, "mat-tree", ["matTree"], {}, {}, never, never>; } //# sourceMappingURL=tree.d.ts.map