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