import type { Engine } from "tsparticles-engine"; export declare function loadExternalAttractInteraction(engine: Engine, refresh?: boolean): Promise; export * from "./Options/Classes/Attract"; export * from "./Options/Interfaces/IAttract";