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