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