import { type Engine } from "@tsparticles/engine"; export type { IDrag } from "./Options/Interfaces/IDrag.js"; export type { DragContainer, DragMode, IDragMode } from "./Types.js"; export { Drag } from "./Options/Classes/Drag.js"; export declare function loadExternalDragInteraction(engine: Engine): Promise;