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