import { EventEmitter, OnInit } from '@angular/core'; import { EvkStepperShareDataService } from '../../evk-stepper/evk-stepper-share-data.service'; import { EvkResponseType, MessageCrudService } from '@evomatik/evk-common'; export declare class DocumentosPageComponent implements OnInit { shareDataService: EvkStepperShareDataService; private messagesCrudService; diligenciaConfig: any; idDiligencia: number; habilitarRecDocs: boolean; habilitarAgregar: boolean; asociarDoc: EventEmitter; agregarEvent: EventEmitter; usuario: string; relativePath: string; expediente: any; folioNegocio: any; nic: string; nuc: string; allAdjunto: boolean; allGenerado: boolean; allDocument: boolean; allUsuarios: boolean; diligencia: any; constructor(shareDataService: EvkStepperShareDataService, messagesCrudService: MessageCrudService); ngOnInit(): void; callParentEvent(): void; asociarDocumento(): void; mensajeDescarga($event: EvkResponseType): void; mensajeActualizar($event: EvkResponseType): void; mensajeVisualizar($event: EvkResponseType): void; getValidShow(): boolean; }