{"version":3,"file":"tree.d.ts","sources":["tree.d.ts"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AACA;AACA;;;AACA","sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\nimport { CdkTree } from '@angular/cdk/tree';\nimport { MatTreeNodeOutlet } from './outlet';\n/**\n * Wrapper for the CdkTable with Material design styles.\n */\nexport declare class MatTree extends CdkTree {\n _nodeOutlet: MatTreeNodeOutlet;\n}\n"]}