import type { AfterViewInit } from '@angular/core'; import type { TuiPopover } from '@taiga-ui/cdk/services'; import { Subject } from 'rxjs'; import type { TuiSheetDialogOptions } from './sheet-dialog.options'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/cdk/directives/animated"; export declare class TuiSheetDialogComponent implements AfterViewInit { private readonly stops; private readonly el; private pointers; protected readonly context: TuiPopover, any>; protected readonly close$: Subject; protected readonly $: import("rxjs").Subscription; ngAfterViewInit(): void; protected onPointerChange(delta: number): void; private get initial(); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "tui-sheet-dialog", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>; }