import type { TreeSelectProps } from "./types"; declare const TreeSelect: import("react").ForwardRefExoticComponent>; export { TreeSelect };