/// <reference types="react-intl" />
/**
 * TODO - preamble
 */
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepEmploymentPersonalInfoComponentProps {
    verificationService: VerificationService;
}
export declare const StepEmploymentPersonalInfoComponent: React.ComponentClass<Pick<StepEmploymentPersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepEmploymentPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};
