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