import { SchedulerState as State } from "../internals/utils/SchedulerStore/SchedulerStore.types.mjs"; export declare const schedulerOccurrencePlaceholderSelectors: { value: (state: State) => import("../models/index.mjs").SchedulerOccurrencePlaceholder | null; isDefined: (state: State) => boolean; actionForOccurrence: (state: State, occurrenceKey: string) => "internal-drag" | "internal-resize" | null; };