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