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