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