import { ResetPasswordViewProps } from './interfaces/reset-password.view-props';
import { ResetPasswordEntity } from './reset-password.entity';
export declare function ForgottenPasswordFormClient(props: ResetPasswordViewProps<ResetPasswordEntity>): import("react/jsx-runtime").JSX.Element;
