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