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