///
import { TextInputProps as RNTextInputProps } from 'react-native';
import { MouseEventHandlerProps, StyledProps, TextStyle } from '../../styled';
export declare type TextInputProps = StyledProps;
export declare const TextInput: import("react").ForwardRefExoticComponent & import("../../styled").ResponsiveStyleProps & import("react").RefAttributes>;
//# sourceMappingURL=TextInput.d.ts.map