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