import { InjectionToken } from '@angular/core'; import { type TuiDialogContext } from '@taiga-ui/core/portals/dialog'; import { PolymorpheusComponent, type PolymorpheusContent } from '@taiga-ui/polymorpheus'; import * as i0 from "@angular/core"; export interface TuiConfirmData { readonly content?: PolymorpheusContent; readonly no?: string; readonly yes?: string; readonly appearance?: string; } export declare class TuiConfirm { private readonly isMobile; protected readonly words: import("@angular/core").Signal<{ no: string; yes: string; }>; readonly context: TuiDialogContext; protected get appearance(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare const TUI_CONFIRM: PolymorpheusComponent; export declare const TUI_CONFIRM_DIALOG: InjectionToken>>;