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