/** Trigger validation to be called on a given field. */
export declare type ValidateSubmissionAction = {
    type: 'VALIDATE_SUBMISSION';
};
