interface PropsType {
    onSelect: (info: any) => void;
}
export declare const LeftTree: ({ onSelect }: PropsType) => JSX.Element;
export {};
