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