import { OptionProps } from "./types";
export declare const Option: import("react").MemoExoticComponent<({ children }: OptionProps) => JSX.Element>;
