import type { SFCWithInstall } from '../_util/interface';
import Tree from './tree';
type TreeType = SFCWithInstall<typeof Tree>;
export { treeProps } from './props';
export type { TreeProps } from './props';
export declare const FTree: TreeType;
export default FTree;