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