export interface Option { icon?: string; value: T | null; label?: string; disabled?: boolean; }