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