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