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