import type { ForwardedRef } from 'react'; import type { SelectProps, SelectRef } from '../../types'; declare const SelectComponent: (props: SelectProps, ref: ForwardedRef>) => JSX.Element; export declare const Select: (props: SelectProps & { ref?: ForwardedRef> | undefined; }) => ReturnType; export {}; //# sourceMappingURL=select.d.ts.map