import React from 'react'; import type { TextInputProps } from './types'; declare const TextInput: React.NamedExoticComponent; export { TextInput }; //# sourceMappingURL=TextInput.d.ts.map