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