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