import { TemplateRef, ViewContainerRef, AfterViewInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TemplateWrapperComponent implements AfterViewInit {
    template: TemplateRef<any> | null;
    container: ViewContainerRef;
    ngAfterViewInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TemplateWrapperComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TemplateWrapperComponent, "app-template-wrapper", never, { "template": { "alias": "template"; "required": false; }; }, {}, never, never, false, never>;
}
