export declare const isViewportDragging: () => boolean; export declare const setViewportDragging: (isDragging: boolean) => void;