import type { ForwardRefForwardPropsComponent } from '../../types'; import type { StandardTreeProps } from './StandardTree.types'; declare const StandardTree: ForwardRefForwardPropsComponent; export default StandardTree; //# sourceMappingURL=StandardTree.d.ts.map