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

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