/// import { Options } from './TreeSelectNode'; export declare const visiblePartPopup: (item: any, { prefixCls, iconFieldId, imageFieldId, labelFieldId, badge, }: Options) => JSX.Element; export declare const getCheckedStrategy: (key: string) => any;