import React from "react"; import { type CalendarHeaderCellProps as HeadlessCalendarHeaderCellProps } from "react-aria-components"; export type CalendarHeaderCellProps = HeadlessCalendarHeaderCellProps & React.RefAttributes; declare function CalendarHeaderCell(props: CalendarHeaderCellProps): JSX.Element; export { CalendarHeaderCell };