import { type IEffectDrawer, type IShapeDrawData } from "@tsparticles/engine"; export declare class BubbleDrawer implements IEffectDrawer { draw(data: IShapeDrawData): void; }