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