export default SubmitButton;
declare function SubmitButton({ inputProps, ...otherProps }: {
    [x: string]: any;
    inputProps?: {};
}): React.JSX.Element;
declare namespace SubmitButton {
    namespace propTypes {
        let inputProps: PropTypes.Requireable<object>;
    }
}
import React from 'react';
import PropTypes from 'prop-types';
//# sourceMappingURL=SubmitButton.d.ts.map