import { PliCnfEvaluationTemplate } from './pli-cnf-evaluation-template'; export declare class PliCnfEvaluationTemplatePdfConfig { id: number; template: string; header: string; footer: string; marginTop: number; marginRight: number; marginBottom: number; marginLeft: number; font: string; evaluationTemplate: PliCnfEvaluationTemplate; constructor(init?: Partial); }