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