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