import type { CSSProperties, VNodeChild } from 'vue';
import { ACTIONS_ITEM_STATUS, type ActionsItemSemanticType } from './constants';
import type { ActionsItemProps } from './preset-types';
declare const _default: import("vue").DefineComponent<ActionsItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ActionsItemProps> & Readonly<{}>, {
    classNames: Partial<Record<ActionsItemSemanticType, string>>;
    styles: Partial<Record<ActionsItemSemanticType, CSSProperties>>;
    prefixCls: string;
    status: `${ACTIONS_ITEM_STATUS}`;
    rootClassName: string;
    label: string;
    defaultIcon: VNodeChild;
    runningIcon: VNodeChild;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
