/// import { Animated as RNAnimated } from 'react-native'; import { ImageProps, TextProps, ViewProps } from './styled'; export { AccessibilityInfo, Alert, AppRegistry, AppState, Appearance, BackHandler, Clipboard, DeviceEventEmitter, Dimensions, Easing, I18nManager, InteractionManager, Keyboard, LayoutAnimation, Linking, LogBox, NativeEventEmitter, NativeModules, PanResponder, PermissionsAndroid, PixelRatio, Platform, Settings, Share, StatusBar, StyleSheet, Systrace, UIManager, Vibration, findNodeHandle, processColor, } from 'react-native'; export declare const Animated: { Value: typeof RNAnimated.Value; ValueXY: typeof RNAnimated.ValueXY; decay: typeof RNAnimated.decay; timing: (value: RNAnimated.Value | RNAnimated.ValueXY, config: RNAnimated.TimingAnimationConfig) => RNAnimated.CompositeAnimation; add: typeof RNAnimated.add; subtract: typeof RNAnimated.subtract; divide: typeof RNAnimated.divide; multiply: typeof RNAnimated.multiply; modulo: typeof RNAnimated.modulo; diffClamp: typeof RNAnimated.diffClamp; delay: typeof RNAnimated.delay; sequence: typeof RNAnimated.sequence; stagger: typeof RNAnimated.stagger; loop: typeof RNAnimated.loop; spring: typeof RNAnimated.spring; parallel: typeof RNAnimated.parallel; event: typeof RNAnimated.event; createAnimatedComponent: typeof RNAnimated.createAnimatedComponent; View: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; Text: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; Image: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; }; //# sourceMappingURL=api.d.ts.map