import { type IOptionLoader, type RecursivePartial, type SingleOrMultiple } from "@tsparticles/engine"; import type { ISoundsNote } from "../Interfaces/ISoundsNote.js"; export declare class SoundsNote implements ISoundsNote, IOptionLoader { duration: number; value: SingleOrMultiple; constructor(); load(data?: RecursivePartial): void; }