import { TemplateRef, ElementRef, OnChanges, AfterViewInit, OnDestroy, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TransportContainerComponent implements OnChanges, AfterViewInit, OnDestroy { inPlaceOf: HTMLElement; reportEl: (el: HTMLElement | null) => void; elTag: string; elClasses?: string[]; elStyle?: Record; elAttrs?: Record; template: TemplateRef; renderProps?: any; rootElRef?: ElementRef; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }