import { FC } from "react"; import "./style.scss"; import { TreeViewProps } from ".."; /** Hierarchical tree view with expand/collapse and selection support */ declare const TreeView: FC; export default TreeView; //# sourceMappingURL=index.d.ts.map