import type { RegisterOptions } from "react-hook-form" export interface NewPasswordProps extends React.InputHTMLAttributes { label?: string registerOptions?: RegisterOptions visibilityToggleable?: boolean } export interface IconProps { errorMessage: string errors: string[] }