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