import { TemporalSupportedObject } from "../../models/index.mjs"; import { useEventOccurrencesWithTimelinePosition } from "../../use-event-occurrences-with-timeline-position/index.mjs"; export declare function useCalendarGridPlaceholderInRange(parameters: useCalendarGridPlaceholderInRange.Parameters): useEventOccurrencesWithTimelinePosition.EventOccurrencePlaceholderWithPosition | null; export declare namespace useCalendarGridPlaceholderInRange { interface Parameters extends useEventOccurrencesWithTimelinePosition.ReturnValue { start: TemporalSupportedObject; end: TemporalSupportedObject; } }