import type { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; /** The `PasswordWidget` renders a `Password` component * * @param props - The `WidgetProps` for this component */ export default function PasswordWidget(props: WidgetProps): import("react/jsx-runtime").JSX.Element;