import { FC, PropsWithChildren } from 'react'; import { CalendarBaseWeekLabelsProps } from '../../../CalendarBase'; export type CalendarWeekLabelsProps = CalendarBaseWeekLabelsProps; export declare const CalendarWeekLabels: FC>;