import { IEditableAttribute } from "../../core/EditableAttributes.js"; import "./PdfPage.js"; export declare class PdfViewer extends HTMLElement { get editableAttributes(): IEditableAttribute[]; connectedCallback(): void; prepare(): Promise; private loadPdf; } //# sourceMappingURL=PdfViewer.d.ts.map