export interface TuiEditorFontOption { /** * @deprecated * not used anywhere */ size?: string; name: string; family?: string; weight?: string; ngClass?: Record | Set | string[] | string; ngStyle?: Record; px?: number; headingLevel?: 1 | 2 | 3 | 4 | 5 | 6; }