import * as React from "react"; import { TextInputProps } from "./types"; declare const TextInput: React.ForwardRefExoticComponent>; export type { TextInputProps }; export { TextInput }; //# sourceMappingURL=index.d.ts.map