export declare const TypewriterEffect: ({ words, className, cursorClassName, }: { words: { text: string; className?: string; }[]; className?: string; cursorClassName?: string; }) => import("react/jsx-runtime").JSX.Element; export declare const TypewriterEffectSmooth: ({ words, className, cursorClassName, }: { words: { text: string; className?: string; }[]; className?: string; cursorClassName?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=typewriter-effect.d.ts.map