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