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