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