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