import React from "react"; import { StyleProp, TextStyle, ViewStyle } from "react-native"; import { InputProps } from "./types"; declare const _default: React.MemoExoticComponent<(props: InputProps & { error?: string; secureTextEntry?: boolean; isValid?: boolean; cancelIcon?: any; iconStyle?: StyleProp; lable?: string; lableStyle?: StyleProp; wrapperStyle?: StyleProp; RightIcon?: React.ReactNode; }) => React.JSX.Element>; export default _default;