import React from 'react'; import type { SelectProps, ValueType } from '../SelectBase'; export declare const Select: import("@toptal/picasso-utils").Component<((props: SelectProps & { ref?: React.Ref | undefined; }) => React.ReactElement> | null), unknown>; export default Select; //# sourceMappingURL=Select.d.ts.map