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