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