import * as React from 'react'; import type { SchedulerPublicAPI } from '@mui/x-scheduler-internals/internals'; import type { EventCalendarPremiumStore } from "../use-event-calendar-premium/EventCalendarPremiumStore.mjs"; /** * Creates the ref to pass to the `apiRef` prop of the `EventCalendarPremium` component. */ export declare function useEventCalendarPremiumApiRef(): React.RefObject> | undefined>;