/// <reference types="react" />
import type { CalendarState, RangeCalendarState } from '@react-stately/calendar';
export interface CalendarTableProps {
    /**
     * The calendar state.
     */
    state: CalendarState | RangeCalendarState;
}
/** @private */
export declare function CalendarTable(props: CalendarTableProps): JSX.Element;
export declare namespace CalendarTable {
    var displayName: string;
}
//# sourceMappingURL=CalendarTable.d.ts.map