import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IImageMask } from "../Interfaces/IImageMask.js"; export declare class ImageMask implements IImageMask, IOptionLoader { src: string; constructor(); load(data?: RecursivePartial): void; }