import { PliCnfSurvey } from './pli-cnf-survey'; export declare class PliCnfSurveyPdf { id: number; pliCnfSurvey: PliCnfSurvey; body: string; header: string; footer: string; marginTop: number; marginRight: number; marginBottom: number; marginLeft: number; font: String; emailBody: string; emailSubject: string; createdAt: string; modifiedAt: string; }