import { type Container, type IContainerPlugin, type IPlugin } from "@tsparticles/engine"; export declare class OverlapPlugin implements IPlugin { id: string; getPlugin(container: Container): Promise; loadOptions(): void; needsPlugin(): boolean; }