export declare class SustentoLegalModel { id: number; idDelito: number; idModalidad: number; idElementoLegal: number; delito: any; modalidad: any; elementoLegal: any; sustentoCompleto: string; elementos: any[]; }