import { PropsWithChildren } from "react"; declare function Option({ value, children }: PropsWithChildren<{ value: any; }>): JSX.Element; export default Option;