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