import { AfterContentInit, EventEmitter, QueryList, TemplateRef } from '@angular/core'; import { EngieTemplateDirective } from '../../directives/engie-template.directive'; import * as i0 from "@angular/core"; export declare class SidepanelHeaderComponent implements AfterContentInit { /** * Title displayed in the header */ title?: string; /** * Emit event when clicking the close icon */ closeIconClicked: EventEmitter; protected engieTemplates?: QueryList; protected actionsTemplateRef?: TemplateRef[]; protected get shouldDisplayHeaderActions(): number | true | undefined; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }