import React from "react";
import { ResetPasswordProps } from "../types/types";
/**
 * ResetPassword component for setting a new password
 */
declare const ResetPassword: React.FC<ResetPasswordProps>;
export default ResetPassword;
