export declare type OptionValue = { label: string; value: string | number; [key: string]: any; }; export declare const optionValue: OptionValue;