/// export declare const Option: import("react").ForwardRefExoticComponent & { value: import("./types.js").OptionValue; children: string; onChange?: import("./types.js").SelectHandleChange | undefined; } & import("react").RefAttributes>; //# sourceMappingURL=Option.d.ts.map