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