import React from 'react'; import ReactNative from 'react-native'; export declare const Alert: typeof ReactNative.Alert; export declare const Button: typeof ReactNative.Button; export declare const FlatList: typeof ReactNative.FlatList; export declare const Image: typeof ReactNative.Image; export declare const ImageBackground: typeof ReactNative.ImageBackground; export declare const KeyboardAvoidingView: typeof ReactNative.KeyboardAvoidingView; export declare const Modal: typeof ReactNative.Modal; export declare const Pressable: typeof ReactNative.Pressable; export declare const RefreshControl: typeof ReactNative.RefreshControl; export declare const ScrollView: typeof ReactNative.ScrollView; export declare const SectionList: typeof ReactNative.SectionList; export declare const StatusBar: typeof ReactNative.StatusBar; export declare const StyleSheet: typeof ReactNative.StyleSheet; export declare const Switch: typeof ReactNative.StyleSheet; export declare const Text: typeof ReactNative.Text; export declare const TextInput: typeof ReactNative.TextInput; export declare const TouchableHighlight: typeof ReactNative.TouchableHighlight; export declare const TouchableOpacity: typeof ReactNative.TouchableOpacity; export declare const TouchableWithoutFeedback: typeof ReactNative.TouchableWithoutFeedback; export declare const Touchable: typeof ReactNative.Touchable; export declare const View: typeof ReactNative.View; export declare const VirtualizedList: typeof ReactNative.VirtualizedList; export declare const Form: React.ForwardRefExoticComponent; export declare const FormArrow: React.ComponentType; export declare const FormCTA: React.ComponentType; export declare const FormCTAButton: React.ComponentType; export declare const FormCardSection: React.ComponentType; export declare const FormCheckbox: React.ComponentType; export declare const FormDivider: React.ComponentType; export declare const FormHint: React.ComponentType; export declare const FormIcon: React.ComponentType; export declare const FormInput: React.ForwardRefExoticComponent; export declare const FormLabel: React.ComponentType; export declare const FormRadio: React.ComponentType; export declare const FormRow: React.ComponentType & { Arrow: typeof FormArrow; Label: typeof FormLabel; SubLabel: typeof FormSubLabel; Radio: typeof FormRadio; Switch: typeof FormSwitch; Checkbox: typeof FormCheckbox; Checkmark: React.ComponentType; Icon: typeof FormIcon; }; export declare const FormSection: React.ComponentType; export declare const FormSelect: React.ComponentType; export declare const FormSubLabel: React.ComponentType; export declare const FormSwitch: React.ComponentType; export declare const FormTernaryCheckBox: React.ComponentType; export declare const FormText: React.ForwardRefExoticComponent<{}>; export declare const FormTextColors: Record; export declare const FormTextSizes: Record;