import { PasswordInputProps } from './password-input.types'; /** * # PasswordInput * * A password input is a text field that hides entered characters for secure password entry. * * @see {@link https://nimbus-documentation.vercel.app/components/inputs/passwordinput} */ export declare const PasswordInput: { (props: PasswordInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; };