import type { ContextMenuItem, Axis } from './type'; import type { CSSProperties, PropType } from 'vue'; declare const _sfc_main: import("vue").DefineComponent<{ width: { type: NumberConstructor; default: number; }; customEvent: { type: PropType; default: null; }; styles: { type: PropType; }; showIcon: { type: BooleanConstructor; default: boolean; }; axis: { type: PropType; default(): { x: number; y: number; }; }; items: { type: PropType; default(): never[]; }; }, () => 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; } & { showIcon: boolean; width: number; items: ContextMenuItem[]; customEvent: Event; axis: Axis; } & { styles?: CSSProperties | undefined; }>, { showIcon: boolean; width: number; items: ContextMenuItem[]; customEvent: Event; axis: Axis; }>; export default _sfc_main;