///
import { View as RNView } from "react-native";
/**
* Hello!
*
* These are undocumented pre-styled components.
*
* The reason why they are undocumented, is that they will eventually have
* base styles, similar to Tailwind Preflight.
*
* We're still undecided on what this should be, but if you'd like to start please
* open a PR or a Github discussion
*/
export declare const ActivityIndicator: import("react").ForwardRefExoticComponent>;
export declare const FlatList: import("react").ForwardRefExoticComponent & {
className?: string | undefined;
tw?: string | undefined;
baseClassName?: string | undefined;
baseTw?: string | undefined;
} & import("react").RefAttributes>;
export declare const Image: import("react").ForwardRefExoticComponent>;
export declare const ImageBackground: import("react").ForwardRefExoticComponent>;
export declare const KeyboardAvoidingView: import("react").ForwardRefExoticComponent>;
export declare const Modal: import("react").ForwardRefExoticComponent>;
export declare const Pressable: import("react").ForwardRefExoticComponent>, "key" | "className" | "tw" | "baseClassName" | "baseTw" | keyof import("react-native").PressableProps> & import("react").RefAttributes>;
export declare const RefreshControl: import("react").ForwardRefExoticComponent>;
export declare const ScrollView: import("react").ForwardRefExoticComponent>;
export declare const SectionList: import("react").ForwardRefExoticComponent & {
className?: string | undefined;
tw?: string | undefined;
baseClassName?: string | undefined;
baseTw?: string | undefined;
} & import("react").RefAttributes>;
export declare const Switch: import("react").ForwardRefExoticComponent>;
export declare const Text: import("react").ForwardRefExoticComponent>;
export declare const TextInput: import("react").ForwardRefExoticComponent>;
export declare const TouchableHighlight: import("react").ForwardRefExoticComponent>;
export declare const TouchableOpacity: import("react").ForwardRefExoticComponent>;
export declare const TouchableWithoutFeedback: import("react").ForwardRefExoticComponent>;
export declare const View: import("react").ForwardRefExoticComponent>;
export declare const VirtualizedList: import("react").ForwardRefExoticComponent & {
className?: string | undefined;
tw?: string | undefined;
baseClassName?: string | undefined;
baseTw?: string | undefined;
} & import("react").RefAttributes>;
export declare const DrawerLayoutAndroid: import("react").ForwardRefExoticComponent>;
export declare const TouchableNativeFeedback: import("react").ForwardRefExoticComponent>;
export declare const InputAccessoryView: import("react").ForwardRefExoticComponent>;
export declare const SafeAreaView: import("react").ForwardRefExoticComponent>;