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