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