import { TreeSelectProps } from "@ducor/types";
export declare const TreeSelect: ({ label, withAsterisk, direction, name, helperText, id, treeData, ...rest }: TreeSelectProps) => import("react/jsx-runtime").JSX.Element;
