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