import { TemplateRef } from '@angular/core'; export interface Templates { breadcrumbs: TemplateRef; toolbar: TemplateRef; }