import { CalendarGridProps } from '../../types/calendar'; /** * The calendar body component with column header and calendar cells. * Utilizes useCalendarGrid to return props for an individual grid of dates in a month * along with formatted weekday names based on the current locale. */ declare const CalendarGrid: (props: CalendarGridProps) => import("react/jsx-runtime").JSX.Element; export default CalendarGrid;