import { FC, HTMLAttributes, PropsWithChildren } from 'react';
export type CalendarBaseWeekLabelsProps = HTMLAttributes;
/**
* `CalendarBaseWeekLabels` is the structural container for weekday header
* cells in the calendar grid. It wraps a `
` that semantically
* represents a header row and houses multiple `CalendarBaseWeekLabel`
* components.
*/
export declare const CalendarBaseWeekLabels: FC>;