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