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