import React from 'react'; export default function SubmitDecorator(Button: any): (props: any) => React.JSX.Element;