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