import { AfterViewInit, OnDestroy, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class OffscreenFragmentComponent implements AfterViewInit, OnDestroy { private element; constructor(element: ElementRef); ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }