import { Context2d } from 'jspdf';
import { DrawPdf } from '../DrawPdf';

export declare class PageBorder {
    private draw;
    private header;
    private footer;
    private options;
    constructor(draw: DrawPdf);
    render(ctx2d: Context2d): void;
}
