import { Paragraph } from "./Paragraph"; export declare class PDFFont { constructor( fontStyle: number, fontColor: any, fontSize: number, fontFamily: string ); process(label: string): Paragraph; }