import React from 'react'; import { SuccessScreenProps } from './types.js'; /** * Component that renders a success screen * * @param {SuccessScreenProps} props - Basic props of Success Screen component * * @category Component */ export declare const SuccessScreenBase: React.FC;