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