import { TreeView } from '@microsoft/fast-foundation'; /** * The Fluent tree view Custom Element. Implements, {@link @microsoft/fast-foundation#TreeView} * {@link @microsoft/fast-foundation#treeViewTemplate} * * * @public * @remarks * HTML Element: \ * */ export declare const fluentTreeView: (overrideDefinition?: import("@microsoft/fast-foundation").OverrideFoundationElementDefinition | undefined) => import("@microsoft/fast-foundation").FoundationElementRegistry; /** * Styles for TreeView * @public */ export declare const treeViewStyles: (context: import("@microsoft/fast-foundation").ElementDefinitionContext, definition: import("@microsoft/fast-foundation").FoundationElementDefinition) => import("@microsoft/fast-element").ElementStyles; /** * Tree View base class * @public */ export { TreeView };