import { SweetAlertOptions, SweetAlertResult } from "sweetalert2"; import * as i0 from "@angular/core"; export declare class SweetAlertService { options: SweetAlertOptions; messageBox(message: string): Promise>; messageTextBox(message?: string, swHtml?: boolean): void; confirmBox(message: string, confirmButtonText: string, cancelButtonText: string, title?: string, html?: string, popupClass?: string): Promise>; messageHTMLBox(title: string, html: string, confirmButtonText: string): Promise>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }