```ts
const PasswordInput: React.FC<Omit<React.ComponentProps<typeof Input>, "type"> & object>;
```

The PasswordInput is a normal Input element that can toggle between
`password` and `text` type with a show/hide button.
