import type { AllDragTypes, CleanupFn, MonitorArgs } from '@atlaskit/pragmatic-drag-and-drop/types'; import { type UnsafeOverflowAutoScrollArgs } from './types'; export declare function makeApi({ monitor, }: { monitor: (args: MonitorArgs) => CleanupFn; }): { unsafeOverflowAutoScroll: (args: UnsafeOverflowAutoScrollArgs) => CleanupFn; };