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