import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IPixelsOptions } from "../Interfaces/IPixelsOptions.js"; export declare class PixelsOptions implements IPixelsOptions, IOptionLoader { offset: number; constructor(); load(data?: RecursivePartial): void; }