export { default } from './AnimatedText';
export { default as AnimatedTextGroup } from './components/AnimatedTextGroup';
export { useAnimatedTextGroup } from './hooks/useAnimatedTextGroup';
export type { AnimatedTextGroupProps, AnimationEasing, AnimationEffect, AnimationType, BackdropFilterEffect, BackgroundColorEffect, BorderColorEffect, BorderEffect, BorderRadiusEffect, BorderStyleEffect, BorderWidthEffect, BoxShadowEffect, ChildConfig, ColorEffect, ComposableEffect, CoordinationMode, FilterEffect, FontSizeEffect, FontWeightEffect, HeightEffect, LetterSpacingEffect, LineHeightEffect, MarginBottomEffect, MarginEffect, MarginLeftEffect, MarginRightEffect, MarginTopEffect, MixedEffect, ObjectEffect, PaddingBottomEffect, PaddingEffect, PaddingLeftEffect, PaddingRightEffect, PaddingTopEffect, PhraseStyle, ReduceMotionMode, RotateEffect, ScaleEffect, SlideEffect, TextShadowEffect, TimingConfig, WidthEffect } from './types';
export { generateAnimationStyles, generateBlockAnimationStyles } from './utils/animationStyles';
export { fpsPerformanceMonitor, getFPSMetrics, isPerformanceModeActive, registerAnimation, unregisterAnimation, updateFPSThreshold } from './performance/FPSPerformanceMonitor';
export type { FPSMetrics, FPSPerformanceConfig } from './performance/FPSPerformanceMonitor';
export { getOptimizedEffect } from './performance/optimizationUtils';
//# sourceMappingURL=index.d.ts.map