import { Context2d } from 'jspdf'; import { IRowElement } from '../../../interface/Row'; import { DrawPdf } from '../DrawPdf'; export declare class SeparatorParticle { private options; constructor(draw: DrawPdf); render(ctx2d: Context2d, element: IRowElement, x: number, y: number): void; }