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