import type { Page } from '@revesuite/store'; import type { VEditor } from '@revesuite/virgo'; export declare function clearMarksOnDiscontinuousInput(vEditor: VEditor): void; export declare function setupVirgoScroll(page: Page, vEditor: VEditor): void; //# sourceMappingURL=virgo.d.ts.map