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