import type { ActionProps } from '../types'; export declare const ActionElement: { ({ className, handleOnClick, label, title, disabled, disabledTranslation, testID, }: ActionProps): import("react/jsx-runtime").JSX.Element; displayName: string; };