import { CampoModel } from "./campo.model"; export declare class SeccionModel { id?: any; nombre?: string; visible?: boolean; documentos?: boolean; inhabilitarVisible?: boolean; campos?: CampoModel[]; idDynamicForms?: string; activo?: boolean; created?: Date; updated?: Date; createBy?: string; updatedBy?: string; datosAdicionalesForm?: any; }