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