///
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