export declare class CampoModel { id?: any; label?: string; nombre?: string; tipoCampo?: string; visible?: boolean; requerido?: boolean; inhabilitarVisible?: boolean; catalogo?: string; valorPorDefecto?: any; activo?: boolean; created?: Date; updated?: Date; createBy?: string; updatedBy?: string; }