import React from 'react'; export type { WeekdayProps } from 'react-day-picker'; export declare const Weekday: (props: React.ThHTMLAttributes) => React.JSX.Element;