import { AfterContentInit } from '@angular/core'; import { ECLBaseDirective } from '../../../ecl-base.directive'; import { EclBreadcrumbComponentBase } from '../../../ecl-breadcrumb/deprecated/common/ecl-breadcrumb.component'; import * as i0 from "@angular/core"; export declare abstract class EclPageHeaderComponentBase extends ECLBaseDirective implements AfterContentInit { group: string; backgroundImage: string; abstract eclBreadcrumbComponent: EclBreadcrumbComponentBase; abstract getBreadcrumbClass(): string; ngAfterContentInit(): void; hasBackgroundImage(): boolean; getBackgroundImage(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=ecl-page-header.component.d.ts.map