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