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