import React from 'react'; import { StyleProp, TextInput, ViewStyle } from 'react-native'; interface Props extends React.ComponentProps { helpText?: string; label: string; leadingIcon?: React.ComponentType<{ style?: StyleProp; }>; trailingIcon?: React.ComponentType<{ style?: StyleProp; }>; } declare const _default: React.ForwardRefExoticComponent>; export default _default; //# sourceMappingURL=TextField.d.ts.map