import Select, { SelectProps as TSelectProps } from './Select'; export declare type SelectProps = TSelectProps; export default Select;