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