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