import { ConfTipoCuentaRelCuentaContable } from "./ConfTipoCuentaRelCuentaContable"; export declare class TipoCuentaBusqueda { idTipoCuenta: number; tipoCuenta: string; usuarioInsert: string; fechaInsert: Date; fechaModifica: Date; usuarioModifica: string; estatus: boolean; comentario: string; idTipoCuentaCuentaContable: number; incluirSubCuenta: boolean; idCatCuenta: number; cuenta: string; nombre: string; tieneHijos: boolean; tipoReporte: string; idTipoReporte: number; seleccionado: boolean; idsReporte: string; tipoCuentaCuentaContable: any; reporte: string; cuentas: string; lstModCuentaCuentaContable: ConfTipoCuentaRelCuentaContable[]; area: string; idCentroCosto: number; idArea: number; idClasificacion: number; tipoNaturaleza: string; }