import Select from "./Select"; export type { ISelectProps } from "./Select"; export type { OptionProps as ISelectOptionProps } from "./Option"; export type { OptGroupProps as ISelectOptGroupProps } from "./OptGroup"; export default Select;