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