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