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