import { TSelectProps } from './types';
export declare function Select<T>(props: TSelectProps<T>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Select.d.ts.map