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