import { IPoint } from '../declarations'; import { IEditorState } from '../editor-state/editor-state'; export declare function getViewportPosition(currentState: IEditorState): IPoint;