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