import { TemplateRef, ElementRef, OnChanges, AfterViewInit, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TransportContainerComponent implements OnChanges, AfterViewInit { containerEl: HTMLElement; template: TemplateRef; renderProps?: any; wrapperElRef?: ElementRef; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; private attachWrapperEl; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }