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