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