interface OTPInputProps {
    phoneNumber: string;
    sessionId: string;
    onVerify: (responseData?: any) => void;
    onBack: () => void;
}
export declare const OTPInput: ({ phoneNumber, sessionId, onVerify, onBack }: OTPInputProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=OTPInput.d.ts.map