export type Option = { value: string | number | boolean; label: string; icon?: string; };