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