import { TextProps } from 'react-native'; import { JSX } from 'react'; declare const SimpleText: { (props: TextProps): JSX.Element; displayName: string; }; export default SimpleText;