import type { CalendarYearSelectProps } from "../types.js"; declare const CalendarYearSelect: import("svelte").Component; type CalendarYearSelect = ReturnType; export default CalendarYearSelect;