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