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<OffscreenFragmentComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<OffscreenFragmentComponent, "offscreen-fragment", never, {}, {}, never, ["*"]>;
}
