import { AfterViewInit, ElementRef, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TransitionPanelComponent implements AfterViewInit { private readonly elementRef; content: TemplateRef; background: TemplateRef; constructor(elementRef: ElementRef); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }