import type { EventCalendarViewDefinition } from "../models/index.js"; /** * Initializes the view on the event calendar. * The initialization is only done during the 1st render, the definition should be defined statically. * ``` * @param parameters Parameters for the view. */ export declare function useEventCalendarView(definition: EventCalendarViewDefinition): { days: import("../models/index.js").SchedulerProcessedDate[]; };