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