import React from 'react';
import { SuccessScreenProps } from '../SuccessScreen';
/**
 * Component that renders a success screen for when registration completes.
 *
 * @param {SuccessScreenProps} props - Props of SuccessScreen component
 *
 * @category Component
 */
export declare const RegistrationSuccessScreen: React.FC<SuccessScreenProps>;
