import type { TemplateRef } from '@angular/core'; export interface Content { readonly [key: string]: TemplateRef; }