import * as React from "react"; import { type InputProps } from "./input"; export type PasswordInputProps = Omit; /** Password field with a show/hide toggle (eye icon), built on the base Input. */ declare const PasswordInput: React.ForwardRefExoticComponent>; export { PasswordInput }; //# sourceMappingURL=password-input.d.ts.map