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