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