export { default as Animated } from './Animated'; export { useAnimatedStyles, useAnimatedStylesInSequence } from './hooks'; export type * from './type'; export type * from './AnimatedStyle/type'; export type * from './AnimatedStyle/IAnimatedStyleClass';