/// <reference types="react" />
import type { FormSubmitFooterProps } from '../type';
declare const FormSubmitFooter: import("react").NamedExoticComponent<FormSubmitFooterProps>;
export default FormSubmitFooter;
