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