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