export interface TuiEditorFontOption { family?: string; headingLevel?: 1 | 2 | 3 | 4 | 5 | 6; name: string; ngClass?: Record | Set | string[] | string; ngStyle?: Record; px?: number; weight?: string; }