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