import type { CalendarProps as AriaCalendarProps } from '@react-types/calendar';
import { DateValue } from '@internationalized/date';
import { As, Options, Props } from '../../system';
import type { StyleProps } from '../../types';
export declare type CalendarElement = 'div';
export declare type CalendarOptions<T extends As = CalendarElement> = AriaCalendarProps<DateValue> & Options<T> & StyleProps;
export declare type CalendarProps<T extends As = CalendarElement> = Props<CalendarOptions<T>>;
export declare const Calendar: import("../../system").Component<CalendarOptions<"div">>;
//# sourceMappingURL=Calendar.d.ts.map