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