import type { FormContextType, RJSFSchema, StrictRJSFSchema, SubmitButtonProps } from '@rjsf/utils'; /** The `SubmitButton` renders a button that represent the `Submit` action on a form */ export default function SubmitButton({ uiSchema }: SubmitButtonProps): import("react").JSX.Element | null;