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