import { type AllDragTypes, type CleanupFn } from '../internal-types'; export declare function register(args: { typeKey: TypeKey; mount: () => CleanupFn; }): CleanupFn;