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