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