import type { GetVisibleViewport } from 'roosterjs-content-model-types'; /** * @internal * Retrieves the rect of the visible viewport of the editor. * @param core The EditorCore object */ export declare const getVisibleViewport: GetVisibleViewport;