import { OnInit } from '@angular/core'; import { ObjetoExpedienteModel } from '../../evk-stepper/models/objeto-expediente.model'; import { EvkStepModel } from '../../evk-stepper/models/evk-step.model'; import { EvkStepperShareDataService } from '../../evk-stepper/evk-stepper-share-data.service'; import { VehiculoExpedienteModel } from "../../evk-stepper/models/vehiculo-expediente.model"; import { ArmaExpedienteModel } from "../../evk-stepper/models/arma-expediente.model"; export declare class IndiciosPageComponent implements OnInit { shareDataService: EvkStepperShareDataService; seccion: EvkStepModel; element: string; isRespuesta: boolean; objetos: Array; vehiculos: Array; armas: Array; columnsObj: string[]; columnsArm: string[]; columnsVehi: string[]; constructor(shareDataService: EvkStepperShareDataService); ngOnInit(): void; }