import { View } from 'react-native'; declare type LiveTextImageViewProps = { children: React.ReactNode; }; export declare const LiveTextImageView: import("react-native").HostComponent | (() => never) | typeof View; export {};