import { VerificationService } from '../../lib/types/types'; interface StepLicensedProfessionalPersonalInfoComponentProps { verificationService: VerificationService; intl: any; } export declare const StepLicensedProfessionalPersonalInfoComponent: import('react').ComponentClass, any> & { WrappedComponent: import('react').ComponentType; }; export {};