import { type OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiPresent implements OnDestroy { private readonly visible$; protected readonly isServer: boolean; readonly tuiPresent: import("@angular/core").OutputRef; ngOnDestroy(): void; protected onVisible(visible: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }