import * as React from "react"; import { Image as RNImage, type ImageProps as RNImageProps, type PressableProps as RNPressableProps, type PressableStateCallbackType, Text as RNText, type TextProps as RNTextProps, View as RNView, type ViewProps as RNViewProps } from "react-native"; declare const Pressable: React.ForwardRefExoticComponent>; declare const View: React.ForwardRefExoticComponent>; declare const Text: React.ForwardRefExoticComponent>; declare const Image: React.ForwardRefExoticComponent>; export { Image, Pressable, Text, View }; export declare function isTextChildren(children: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode)): boolean; //# sourceMappingURL=index.d.ts.map