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