import { Context2d } from 'jspdf';
import { DrawPdf } from '../DrawPdf';

export declare class Placeholder {
    private draw;
    private position;
    private options;
    private elementList;
    private rowList;
    private positionList;
    constructor(draw: DrawPdf);
    private _recovery;
    _compute(): void;
    private _computeRowList;
    private _computePositionList;
    render(ctx2d: Context2d): void;
}
