import { ShapeWith$ } from '@legendapp/state/react'; import { FC, LegacyRef } from 'react'; import { ActivityIndicator, ActivityIndicatorProps, Button, ButtonProps, FlatList, FlatListProps, Image, ImageProps, Pressable, PressableProps, ScrollView, ScrollViewProps, SectionList, SectionListProps, Switch, SwitchProps, Text, TextInput, TextInputProps, TextProps, TouchableWithoutFeedback, TouchableWithoutFeedbackProps, View, ViewProps } from 'react-native'; type FCReactive = P & FC & { ref?: LegacyRef

| undefined; }>; export declare const Legend: { ActivityIndicator: FCReactive; Button: FCReactive; FlatList: FCReactive>; Image: FCReactive; Pressable: FCReactive; ScrollView: FCReactive; SectionList: FCReactive>; Switch: FCReactive; Text: FCReactive; TextInput: FCReactive; TouchableWithoutFeedback: FCReactive; View: FCReactive; }; export {}; //# sourceMappingURL=rn-components.d.ts.map