import { default as React } from 'react';
import { InjectedIntl } from 'react-intl';
import { VerificationService } from '../../lib/types/types';

interface StepSMSLoopProps {
    intl: InjectedIntl;
    verificationService: VerificationService;
}
export declare const StepSMSLoopComponent: React.ComponentClass<Pick<StepSMSLoopProps, "verificationService">, any> & {
    WrappedComponent: React.ComponentType<StepSMSLoopProps & ReactIntl.InjectedIntlProps>;
};
export {};
