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