/** @typedef {typeof __propDef.props} BiVolumeMuteProps */ /** @typedef {typeof __propDef.events} BiVolumeMuteEvents */ /** @typedef {typeof __propDef.slots} BiVolumeMuteSlots */ export default class BiVolumeMute extends SvelteComponentTyped<{}, { [evt: string]: CustomEvent; }, {}> { } export type BiVolumeMuteProps = typeof __propDef.props; export type BiVolumeMuteEvents = typeof __propDef.events; export type BiVolumeMuteSlots = typeof __propDef.slots; import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: {}; events: { [evt: string]: CustomEvent; }; slots: {}; }; export {};