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