import { SchedulerLazyLoadingPlugin } from "../../internals/plugins/SchedulerLazyLoadingPlugin.js"; import type { EventCalendarPremiumState, EventCalendarPremiumParameters } from "../EventCalendarPremiumStore.types.js"; import type { EventCalendarPremiumStore } from "../EventCalendarPremiumStore.js"; export declare class EventCalendarPremiumLazyLoadingPlugin extends SchedulerLazyLoadingPlugin> { constructor(store: EventCalendarPremiumStore); }