import { default as React } from 'react'; import { VerificationService } from '../../lib/types/types'; interface StepSocialSecurityNumberProps { verificationService: VerificationService; } export declare const StepSocialSecurityNumber: React.ComponentClass, any> & { WrappedComponent: React.ComponentType; }; export {};