import React from "react";
declare const MasterFormActions: ({ formRef }: FormActionWrapperProps) => React.JSX.Element | null;
export default MasterFormActions;
