import { CalendarProps } from './interfaces.js'; import { InternalBaseComponentProps } from '../internal/hooks/use-base-component/index.js'; export type DayIndex = 0 | 1 | 2 | 3 | 4 | 5 | 6; export default function Calendar({ value, locale, startOfWeek, isDateEnabled, ariaLabel, ariaLabelledby, ariaDescribedby, todayAriaLabel, nextMonthAriaLabel, previousMonthAriaLabel, onChange, __internalRootRef, ...rest }: CalendarProps & InternalBaseComponentProps): JSX.Element; //# sourceMappingURL=internal.d.ts.map