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