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

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