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