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