declare const useAnimatedText: ({ text, allContentReceived, enabled, tokenizeMarkdown, cursorStartIndex }: { text: string; allContentReceived: boolean; enabled?: boolean; tokenizeMarkdown?: boolean; cursorStartIndex?: number; }) => { text: string; isAnimationDone: boolean; animatedTillCursor: number; }; export default useAnimatedText; //# sourceMappingURL=useAnimatedText.d.ts.map