/// export declare type OptionType = { value: string; label: string; icon?: JSX.Element; disabled?: boolean; };