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