import { VerificationService } from '../../lib/types/types'; interface StepDriverLicensePersonalInfoComponentProps { intl: any; verificationService: VerificationService; } export declare const StepDriverLicensePersonalInfo: ({ intl, verificationService, }: StepDriverLicensePersonalInfoComponentProps) => import("react/jsx-runtime").JSX.Element; export declare const StepDriverLicensePersonalInfoComponent: import('react').ComponentClass, any> & { WrappedComponent: import('react').ComponentType; }; export default StepDriverLicensePersonalInfoComponent;