import { TreeSelectProps } from 'antd'; import React from 'react'; export declare const TreeSelect: React.ForwardRefExoticComponent & { children?: React.ReactNode; } & { ref?: React.Ref | undefined; } & import("@cuvp1225/boot").TangoComponentProps, "ref"> & React.RefAttributes>;