import type { IOptionLoader, RecursivePartial } from "tsparticles-engine"; import type { ISoundsIcons } from "../Interfaces/ISoundsIcons"; import { SoundsIcon } from "./SoundsIcon"; export declare class SoundsIcons implements ISoundsIcons, IOptionLoader { mute: SoundsIcon; unmute: SoundsIcon; volumeDown: SoundsIcon; volumeUp: SoundsIcon; constructor(); load(data?: RecursivePartial): void; }