export declare const pdfFormElementStyles: { header: { fontSize: number; bold: boolean; alignment: string; }; subheader: { fontSize: number; bold: boolean; }; quote: { italics: boolean; }; small: { fontSize: number; }; sectionHeaderStyle: { bold: boolean; italics: boolean; fontSize: number; alignment: string; margin: number[]; color: string; fillColor: string; }; labelStyle: { bold: boolean; italics: boolean; fontSize: number; color: string; margin: number[]; }; textInputStyle: { fontSize: number; italics: boolean; color: string; fillColor: string; }; textareaStyle: { fontSize: number; italics: boolean; color: string; fillColor: string; }; richTextEditorStyle: { fontSize: number; color: string; fillColor: string; }; dropdownStyle: {}; checkboxStyle: {}; radioStyle: {}; };