import Select from './Select'; import type { SelectOptionType } from './types'; export default Select; export type { SelectOptionType };