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