export declare class RelCuentaExterna { Cuenta: string; Descripcion: string; Referencia: string; seleccionado: boolean; IdCatalogoOrigen: string; }