import { ElementRef, OnInit } from '@angular/core'; import { DomSanitizer } from '@angular/platform-browser'; import { AziendaCoobbligato } from './webcau-allegati/interfaces/azienda-coobbligato'; import * as i0 from "@angular/core"; export declare class WebcauCoobbligatiComponent implements OnInit { sanitizer: DomSanitizer; constructor(sanitizer: DomSanitizer); debugLocal: string; mode: string; tipoRecord: number; recordId: number; modelloId: string; aziendaId: string; dbfu: string; showAzioni: boolean; showPIva: boolean; showCF: boolean; showRagSoc: boolean; showIndirizzo: boolean; showCAP: boolean; showComune: boolean; showTipoDoc: boolean; showNumeroDoc: boolean; showEnteDoc: boolean; showDataDoc: boolean; showFDP: boolean; showQuota: boolean; showLimite: boolean; showAllegato: boolean; showLegenda: boolean; iframe: ElementRef; coobbligatiList: AziendaCoobbligato[]; coobbligatiReady: boolean; numeroCoobbligati: number; coobbligatiDatiIncompleti: boolean; coobbligatoToEdit: AziendaCoobbligato; coobbligatoEdit: boolean; ngOnInit(): void; getClassStyle(c: AziendaCoobbligato): string; modificaCoobbligato(c: AziendaCoobbligato): void; modificaCoobbligatoURL(): import("@angular/platform-browser").SafeResourceUrl; replaceAll(str: any, find: any, replace: any): any; escapeRegExp(str: string): string; coobbligatiListEditGet(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }