export interface Option { title: string; value: string; startIcon?: string; endIcon?: string; }