import { ComponentFactory, ViewContainerRef, ChangeDetectorRef, AfterViewInit, ComponentRef, ApplicationRef } from '@angular/core'; export declare class NgbitOverlayBlocknloadComponent implements AfterViewInit { private changes; private appRef; factory: ComponentFactory; data: any; self$: ComponentRef; custom: ViewContainerRef; constructor(changes: ChangeDetectorRef, appRef: ApplicationRef); ngAfterViewInit(): void; done(): void; }