export declare class PdfConfig {
    template: string;
    css: string[];
    constructor();
}
