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