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