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