/// import { SelectProps } from './interfaces/interfaces'; declare const Select: (props: SelectProps) => JSX.Element; export default Select;