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

interface StepDriverLicensePersonalInfoComponentProps {
    intl: any;
    verificationService: VerificationService;
}
export declare const StepDriverLicensePersonalInfo: ({ intl, verificationService, }: StepDriverLicensePersonalInfoComponentProps) => React.JSX.Element;
export declare const StepDriverLicensePersonalInfoComponent: React.ComponentClass<Pick<StepDriverLicensePersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepDriverLicensePersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export default StepDriverLicensePersonalInfoComponent;
