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