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