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