import { PliCnfPageSection } from './pli-cnf-page-section'; export declare class PliCnfMenuForm { id: number; promCodigo: number; idForm: string; formTitle: string; subMenu: string; createdAt: string; position: number; pliCnfPageSection: PliCnfPageSection; menuNameView: string; }