/// <reference types="react-intl" />
import React from 'react';
import { VerificationService } from '../../lib/types/types';
interface StepPendingProps {
    verificationService: VerificationService;
    intl: any;
}
export declare const StepPendingComponent: React.ComponentClass<Pick<StepPendingProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepPendingProps & ReactIntl.InjectedIntlProps>;
};
export {};
