import { FC } from 'react';
type VerifyChallengeOTPManualProps = {
    identity: string | null;
    identityValue: string | null;
    challengeType: string | null;
    challengeId: string | null;
    type: 'passwordless' | 'passkey' | null;
    numInputs: number;
    shouldAutoFocus: boolean;
    signUpPath: string;
    successAuthRedirect: string;
    createTenant?: boolean;
};
export declare const VerifyChallengeOTPManual: FC<VerifyChallengeOTPManualProps>;
export {};
//# sourceMappingURL=verify-challenge-otp-manual.d.ts.map