import type { CalendarProps } from './Calendar.types.js'; import type { CalendarType } from './types/calendarConfiguration.js'; import type { FormControlRef, TimeRangePickerRef } from '../shared-types.js'; /** * Calendar component * Renders the calendar header and body depending on the current view * @internal */ export declare const Calendar: (props: CalendarProps & import("react").RefAttributes | (Omit, "inputRef"> & Pick, "inputRef">)>) => import("react").ReactElement | null;