import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IBlend } from "../Interfaces/IBlend.js"; export declare class Blend implements IBlend, IOptionLoader { enable: boolean; mode: GlobalCompositeOperation; constructor(); load(data?: RecursivePartial): void; }