import { Router } from "@angular/router"; export declare class SweetAlertService { private router; constructor(router: Router); static swalError(res: any): void; static swalSuccess(res: any): void; static swalSuccessDraft(res: any): void; static swalSuccessCustom(text: string, title: string): void; static customSwal(text: any, title: any, icon: string, status: any): void; static swalErrorNoApi(title: string, text: string): void; static swalErrorNoApiHtml(title: string, arr?: any[]): void; static swalWithUrl(title: string, showDeny: boolean, showCancel: boolean, textConfirm: string, textDeny: string, icon: any, urlConfirmed: string, textDenied: string): void; static idleLogout(): void; }