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