import { type Engine } from "@tsparticles/engine/lazy"; export declare function loadExternalBubbleInteraction(engine: Engine): Promise; export * from "./Options/Classes/BubbleBase.js"; export * from "./Options/Classes/BubbleDiv.js"; export * from "./Options/Classes/Bubble.js"; export type * from "./Options/Interfaces/IBubbleBase.js"; export type * from "./Options/Interfaces/IBubbleDiv.js"; export type * from "./Options/Interfaces/IBubble.js";