import { AfterViewInit, OnDestroy, TemplateRef, ViewContainerRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class IntInsertAfterViewInitDirective implements OnDestroy, AfterViewInit { private readonly templateRef; private readonly viewContainerRef; constructor(templateRef: TemplateRef, viewContainerRef: ViewContainerRef); ngOnDestroy(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }