import { QueryList, OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class EuiPageHeaderComponent implements OnInit { get cssClasses(): string; label: any; subLabel: any; isCollapsible: boolean; isCollapsed: boolean; collapsedLabel: string; expandedLabel: string; collapse: EventEmitter; customPageHeaderActionItemsContent: QueryList; customPageHeaderBodyContent: QueryList; constructor(); ngOnInit(): void; onToggle(collapseState: boolean): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; } export declare class EuiPageHeaderActionItemsContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; } export declare class EuiPageBodyContentDirective { static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }