import type { ISoundsIcon } from "./ISoundsIcon.js"; export interface ISoundsIcons { enable: boolean; mute: ISoundsIcon; unmute: ISoundsIcon; volumeDown: ISoundsIcon; volumeUp: ISoundsIcon; }