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