import { ElementRef, OnInit, AfterViewInit, TemplateRef } from '@angular/core'; import { DomService } from '../services/dom.service'; import * as i0 from "@angular/core"; export declare class FullscreenModalLoaderComponent implements OnInit, AfterViewInit { private domService; content: TemplateRef; container: ElementRef; constructor(domService: DomService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }