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