import React from "react"; import type TextInputProps from "../private/types/TextInputProps"; declare const TextInputPassword: React.ForwardRefExoticComponent>; export default TextInputPassword; //# sourceMappingURL=TextInputPassword.d.ts.map