import React from 'react';
export declare const SubmitButton: React.FC<{
    canSubmit: boolean;
    onSubmit: () => void;
}>;
