/** * Adjusts pagination breaks based on editor zoom/positioning * * @param {HTMLElement} editorElem The editor container element * @param {Object} editor The editor instance * @returns {void} */ export function adjustPaginationBreaks(editorElem: HTMLElement, editor: Object): void; //# sourceMappingURL=pagination-helpers.d.ts.map