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