import { AnimatedText } from './AnimatedText'; export * from './AnimatedText'; export const Animated = { Text: AnimatedText, };