import { TemplateRef } from "@angular/core"; export interface Option { icon?: string; value?: T; label?: string; content?: TemplateRef; }