import { ListTreeProps } from './list-tree.type'; declare const TreeList: (props: ListTreeProps) => import("react/jsx-runtime").JSX.Element; export default TreeList; //# sourceMappingURL=list-tree.d.ts.map