import { 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-runtime").JSX.Element | null;