import { FC } from 'react'; export interface DaysOfWeekProps { daysOfWeek: Date[]; showWeekNumbers?: boolean; } export declare const DaysOfWeek: FC;