import { SuccessAuthRedirect } from '../../../types';
import { FC } from 'react';
type TVerifyChallengeOTP = {
    numInputs: number;
    shouldAutoFocus: boolean;
    signUpPath: string;
    successAuthRedirect?: SuccessAuthRedirect;
};
export declare const VerifyChallengeOTP: FC<TVerifyChallengeOTP>;
export {};
//# sourceMappingURL=verify-challenge-otp.d.ts.map