import { ComponentPropsWithoutRef } from 'react'; export type CalendarMonthProps = ComponentPropsWithoutRef<"table">; /** * A component that displays a month in the calendar. * * @param props - The props for the table element. * @returns A component that displays a month in the calendar. */ export declare const CalendarMonth: import('react').ForwardRefExoticComponent, HTMLTableElement>, "ref"> & import('react').RefAttributes>;