import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap'; import { ItemGenerico } from 'shared-tsi'; import * as i0 from "@angular/core"; export declare class AlertConfirmationConfig { texto?: string; showTextarea?: boolean; select?: boolean; opciones?: (string | ItemGenerico)[]; selectedOption?: any; textareaValue?: string; confirmar?: string; mostrarConfirmar?: boolean; cancelar?: string; mostrarCancelar?: boolean; mostrarExtra?: boolean; extra?: string; colorExtra?: string; maxLength?: number; focus?: boolean; showLabel?: boolean; } export declare class AlertConfirmationService { private modalService; open(config: AlertConfirmationConfig): Promise; mostrarModalConfirmacion(config: AlertConfirmationConfig): Promise; openSweetConfirm(config: AlertConfirmationConfig): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }