import { Calendar as CalendarPrimitive, type WithoutChildrenOrChild } from "bits-ui"; import * as Calendar from "./index.js"; declare const Calendar: import("svelte").Component, {}, "ref" | "placeholder" | "value">; type Calendar = ReturnType; export default Calendar;