import React from 'react';
import type { SafePassageOptions } from '../types';
declare const SafePassageVerification: React.FC<SafePassageOptions>;
export default SafePassageVerification;
