/// <reference types="react" />
import { FormActionWrapperProps } from '../../../types';
declare const WidgetFormActions: ({ formRef, onPrimaryButtonClick }: FormActionWrapperProps) => JSX.Element | null;
export default WidgetFormActions;
