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