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