import * as React from 'react'; import { SchedulerPublicAPI } from "../internals/models/publicAPI.js"; import { EventCalendarStore } from "../use-event-calendar/EventCalendarStore.js"; /** * Creates the ref to pass to the `apiRef` prop of the `EventCalendar` component. */ export declare function useEventCalendarApiRef(): React.RefObject> | undefined>;