import type { Engine } from "tsparticles-engine"; export declare function loadExternalGrabInteraction(engine: Engine, refresh?: boolean): Promise; export * from "./Options/Classes/Grab"; export * from "./Options/Classes/GrabLinks"; export * from "./Options/Interfaces/IGrab"; export * from "./Options/Interfaces/IGrabLinks";