export interface SelectItem { label?: string; value: any; className?: string; icon?: string; title?: string; disabled?: boolean; }