import { CalendarGridProps } from './calendar-grid.types'; /** * The component is supposed to be used as a child of the `Calendar` component. * @internal */ declare const CalendarGrid: import('react').ForwardRefExoticComponent>; export default CalendarGrid;