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