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