import type { CalendarState } from "../types/store"; export declare const eventFormPopupParamSelector: (state: CalendarState) => import("../types/store").EventFormPopupParam; export declare const eventDetailPopupParamSelector: (state: CalendarState) => import("../types/store").EventDetailPopupParam; export declare const seeMorePopupParamSelector: (state: CalendarState) => import("../types/store").SeeMorePopupParam;