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