import React, { type ThHTMLAttributes } from "react"; /** * Render the column header for the week numbers. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function WeekNumberHeader(props: ThHTMLAttributes): React.JSX.Element; export type WeekNumberHeaderProps = Parameters[0];