import { TreeView } from '@microsoft/fast-foundation'; /** * The Fluent Tree View Custom Element. Implements {@link @microsoft/fast-foundation#TreeView}, * {@link @microsoft/fast-foundation#TreeView} * * * @public * @remarks * HTML Element: \ */ export declare class FluentTreeView extends TreeView { } /** * Styles for TreeView * @public */ export declare const TreeViewStyles: import("@microsoft/fast-element").ElementStyles;