import { SelectProps } from './Select'; import { FC } from 'react'; declare const SelectUnstyled: FC; export default SelectUnstyled;