/// import './style/index.js'; export type { TreeProps } from './Tree'; export * from './type'; export declare const Tree: import("react").ForwardRefExoticComponent> & import("../common").StyledProps & import("react").RefAttributes>>>; export default Tree;