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