import React from 'react'; import { ViewProps } from 'react-native'; /** * @description Safely wraps text components in a view that allows for * styling individual text elements with a fallback for unwrapped text. */ export declare const TransTextParent: React.FC;