import { MaxReviewTime, VerificationService, PendingResponse } from '../../es6';
interface ReviewPendingProps {
    intl: any;
    logo: JSX.Element;
    verificationService: VerificationService;
    maxReviewTime?: MaxReviewTime;
}
export declare const timesChanged: (previousResponse: PendingResponse, currentResponse: PendingResponse) => boolean;
export declare const ReviewPendingComponent: ({ intl, logo, verificationService }: ReviewPendingProps) => JSX.Element;
export {};
