import React from 'react';
import { CreatePasswordScreenProps } from './types.js';
/**
 * The component renders a screen with the password and confirm password field for creating a new password.
 *
 * @param {CreatePasswordScreenProps} props - Props of Create Password Screen
 *
 * @category Component
 */
export declare const CreatePasswordScreen: React.FC<CreatePasswordScreenProps>;
