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