/// <reference types="react-intl" />
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepLicensedProfessionalPersonalInfoComponentProps {
    verificationService: VerificationService;
}
export declare const StepLicensedProfessionalPersonalInfoComponent: React.ComponentClass<Pick<StepLicensedProfessionalPersonalInfoComponentProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepLicensedProfessionalPersonalInfoComponentProps & ReactIntl.InjectedIntlProps>;
};
export {};
