import type { OptionFC } from './interface'; declare const Option: OptionFC; export default Option;