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