import type { ButtonProps } from '@mui/material/Button'; import type { ReactNode, Ref } from 'react'; import type { Override } from 'uniforms'; export declare type SubmitFieldProps = Override; label?: ReactNode; }>; declare function SubmitField({ children, disabled, inputRef, label, value, ...props }: SubmitFieldProps): JSX.Element; export default SubmitField; //# sourceMappingURL=SubmitField.d.ts.map