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