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