/// import { FCReactive, FCReactiveObject } from '@legendapp/state/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'; export declare function enableReactNativeComponents(): void; declare module '@legendapp/state/react' { interface IReactive extends FCReactiveObject { ActivityIndicator: FCReactive; Button: FCReactive; FlatList: FCReactive>; Image: FCReactive; Pressable: FCReactive; ScrollView: FCReactive; SectionList: FCReactive>; Switch: FCReactive; Text: FCReactive; TextInput: FCReactive; TouchableWithoutFeedback: FCReactive; View: FCReactive; } } //# sourceMappingURL=enableReactNativeComponents.d.ts.map