import { Context2d } from 'jspdf';
import { DrawPdf } from '../DrawPdf';

export declare class Background {
    private draw;
    private options;
    constructor(draw: DrawPdf);
    private _renderBackgroundColor;
    private _drawImage;
    private _renderBackgroundImage;
    render(ctx2d: Context2d, pageNo: number): void;
}
