import { default as React } from 'react';
import { VerificationService } from '../../lib/types/types';

interface StepEmploymentPersonalInfoComponentProps {
    intl: any;
    verificationService: VerificationService;
}
export declare const StepEmploymentPersonalInfoComponent: React.ComponentClass<Pick<StepEmploymentPersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepEmploymentPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};
