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