import { type Engine } from "@tsparticles/engine/lazy"; export declare function loadExternalBounceInteraction(engine: Engine): Promise; export * from "./Options/Classes/Bounce.js"; export type * from "./Options/Interfaces/IBounce.js";