import { TemplateRef } from '@angular/core'; export declare class PageHeader { baseClass: boolean; title: string | TemplateRef; subtitle: string; actions: TemplateRef; breadcrumb: boolean; isTemplate(value: any): boolean; }