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