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