import { PliCnfPageSection } from './pli-cnf-page-section'; export declare class PliCnfPageSectionForm { id: number; formId: string; formTitle: string; pliCnfPageSection: PliCnfPageSection; promCodigo: number; }