import { AfterContentInit, QueryList, TemplateRef } from '@angular/core'; import { EngieTemplateDirective } from '../../directives/engie-template.directive'; import * as i0 from "@angular/core"; export declare class SidepanelComponent implements AfterContentInit { protected headerTemplateRef?: TemplateRef; protected footerTemplateRef?: TemplateRef; protected templateDirectives?: QueryList; ngAfterContentInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }