import { FC } from "react"; interface Props { recoveredForm: any; } export declare const Review: FC; export {};