import { type AfterViewInit } from '@angular/core'; import { type TuiPortalContext } from '@taiga-ui/cdk/portals'; import { type TuiToastOptions } from './toast.options'; import * as i0 from "@angular/core"; import * as i1 from "@taiga-ui/cdk/directives/animated"; import * as i2 from "@taiga-ui/core/portals/alert"; export declare class TuiToastComponent implements AfterViewInit { private readonly close; private readonly el; protected readonly isMobile: boolean; protected readonly context: TuiPortalContext, O>; protected readonly icons: import("@taiga-ui/core/tokens").TuiCommonIcons; protected readonly $: import("rxjs").Subscription; ngAfterViewInit(): void; protected onSwipe(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "tui-toast", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }, { directive: typeof i2.TuiAlertDirective; inputs: {}; outputs: {}; }]>; }