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