/** * Used to manage paceholder elements that, when right-clicked on, * are populated with the corresponding image extracted from the PDF page. */ export class TextLayerImages { static "__#private@#activeImage": null; constructor(minSize: any, coordinates: any, viewport: any, getPageCanvas: any); render(): HTMLDivElement; #private; }