/// export declare type SelectOptionType = { label: string; value: any; icon?: React.ReactNode; chip?: string; };