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