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