import React from 'react';
import { ForgotPasswordScreenProps } from './types.js';
/**
 * Component renders a screen with forgot password for support with the application.
 *
 * @param {ForgotPasswordScreenProps} props - props of Forgot Password Screen
 *
 * @category Component
 */
export declare const ForgotPasswordScreen: React.FC<ForgotPasswordScreenProps>;
