import { type ComponentPropsWithRef } from "react"; /** * Props for the CalendarWeekHeader component. */ export type CalendarWeekHeaderProps = ComponentPropsWithRef<"div"> & {}; export declare const CalendarWeekHeader: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;