import React, { type HTMLAttributes } from "react"; /** * Render the row with the weekday names. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Weekdays(props: HTMLAttributes): React.JSX.Element; export type WeekdaysProps = Parameters[0];