type BlurTextProps = { text?: string; delay?: number; className?: string; animateBy?: 'words' | 'letters'; direction?: 'top' | 'bottom'; threshold?: number; rootMargin?: string; animationFrom?: Record; animationTo?: Array>; easing?: (t: number) => number; onAnimationComplete?: () => void; stepDuration?: number; }; declare const BlurText: React.FC; export default BlurText; //# sourceMappingURL=BlurText.d.ts.map