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