import { FC } from 'react'; interface ITreeContentProps { showPop?: boolean; } export declare const TreeContent: FC; export {};