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 | undefined;
}>;
export declare const Legend: {
ActivityIndicator: FCReactive