export interface TuiMobileDialogOptions { readonly actions: readonly string[]; readonly data: I; readonly label: string; } export declare const TUI_MOBILE_DIALOG_DEFAULT_OPTIONS: TuiMobileDialogOptions; /** * Default parameters for mobile dialog component */ export declare const TUI_MOBILE_DIALOG_OPTIONS: import("@angular/core").InjectionToken>, tuiMobileDialogOptionsProvider: (item: Partial> | (() => Partial>)) => import("@angular/core").FactoryProvider;