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