import * as React from "react"; import { InputProps } from "./input"; declare const PasswordInput: React.ForwardRefExoticComponent>; export { PasswordInput }; //# sourceMappingURL=password-input.d.ts.map