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