import type { CalendarMonthSelectProps } from "../types.js";
declare const CalendarMonthSelect: import("svelte").Component<CalendarMonthSelectProps, {}, "ref">;
type CalendarMonthSelect = ReturnType<typeof CalendarMonthSelect>;
export default CalendarMonthSelect;