import { Calendar as CalendarPrimitive } from "bits-ui"; declare const CalendarGridBody: import("svelte").Component; type CalendarGridBody = ReturnType; export default CalendarGridBody;