import type { CSSProperties } from 'vue'; import type { ContextMenuItem } from './types'; declare const _default: import("vue").DefineComponent<{ width: { type: NumberConstructor; default: number; }; customEvent: { type: import("vue").PropType; default: null; }; styles: { type: import("vue").PropType; }; showIcon: { type: BooleanConstructor; default: boolean; }; axis: { type: import("vue").PropType; default(): { x: number; y: number; }; }; items: { type: import("vue").PropType; default(): { label: string; }[]; }; event: { type: import("vue").PropType; }; }, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ width?: unknown; customEvent?: unknown; styles?: unknown; showIcon?: unknown; axis?: unknown; items?: unknown; event?: unknown; } & { width: number; customEvent: Event; showIcon: boolean; axis: import("./types").Axis; items: ContextMenuItem[]; } & { styles?: CSSProperties | undefined; event?: MouseEvent | undefined; }>, { width: number; customEvent: Event; showIcon: boolean; axis: import("./types").Axis; items: ContextMenuItem[]; }>; export default _default;