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