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