import { type DropdownProps } from 'ant-design-vue';
import type { ActionItem, ItemType } from './interface';
type __VLS_Props = {
    item: ItemType;
    prefixCls?: string;
    dropdownProps?: DropdownProps;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    click: (menuInfo: {
        item: ActionItem;
        key: string;
        keyPath: string[];
        domEvent: MouseEvent | KeyboardEvent;
    }) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
    onClick?: (menuInfo: {
        item: ActionItem;
        key: string;
        keyPath: string[];
        domEvent: MouseEvent | KeyboardEvent;
    }) => any;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
