import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { ISoundsIcon } from "../Interfaces/ISoundsIcon.js"; export declare class SoundsIcon implements ISoundsIcon, IOptionLoader { height: number; path?: string; style: string; svg?: string; width: number; constructor(); load(data?: RecursivePartial): void; }