import Option from './Option'; import type { OptionProps } from './Option.types'; export type { OptionProps }; export default Option;