import type { RangeCalendarCellProps } from "../types.js"; declare const RangeCalendarCell: import("svelte").Component; type RangeCalendarCell = ReturnType; export default RangeCalendarCell;