import type { CalendarEvent } from './calendar'; declare const _default: import("vue").DefineComponent, { props: any; emit: (event: "update:open", ...args: any[]) => void; innerOpen: import("vue").WritableComputedRef; closePanel: () => void; bindEditPanelRef: (instance: unknown) => void; bindContextMenuPanelRef: (instance: unknown) => void; handleSelect: (event: CalendarEvent, nativeEvent: MouseEvent) => void; handleContextmenu: (event: CalendarEvent, nativeEvent: MouseEvent) => void; CalendarContextMenu: import("vue").DefineComponent, { props: any; emit: (event: "close" | "copy" | "remove" | "edit", ...args: any[]) => void; menuRef: Readonly>; canDelete: import("vue").ComputedRef; closeMenu: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "copy" | "remove" | "edit")[], "close" | "copy" | "remove" | "edit", import("vue").PublicProps, Readonly> & Readonly<{ onClose?: (...args: any[]) => any; onCopy?: (...args: any[]) => any; onRemove?: (...args: any[]) => any; onEdit?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; CalendarEditPanel: import("vue").DefineComponent, { props: any; emit: (event: "confirm" | "mask-close" | "switch-presentation" | "confirm-and-add" | "delete-edit-event", ...args: any[]) => void; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; canDelete: import("vue").ComputedRef; popoverRef: Readonly>; boundaryRef: Readonly>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "mask-close" | "switch-presentation" | "confirm-and-add" | "delete-edit-event")[], "confirm" | "mask-close" | "switch-presentation" | "confirm-and-add" | "delete-edit-event", import("vue").PublicProps, Readonly> & Readonly<{ onConfirm?: (...args: any[]) => any; "onMask-close"?: (...args: any[]) => any; "onSwitch-presentation"?: (...args: any[]) => any; "onConfirm-and-add"?: (...args: any[]) => any; "onDelete-edit-event"?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:open"[], "update:open", import("vue").PublicProps, Readonly> & Readonly<{ "onUpdate:open"?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;