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