import React from 'react';
import { ResetPasswordScreenProps } from './types.js';
/**
 * Component that renders a ResetPassword screen that allows a user to reset their password and shows a success message upon a successful password reset..
 *
 * @param {ResetPasswordScreenProps} props - props for Reset Password Screen Base component.
 *
 * @category Component
 *
 */
export declare const ResetPasswordScreenBase: React.FC<ResetPasswordScreenProps>;
