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