declare const useTypeAnimation: ({ shouldStartAnimation, text, delay, setAnimationIndex, animationIndex }: { shouldStartAnimation: any; text: any; delay: any; setAnimationIndex: any; animationIndex: any; }) => { currentText: any; isLoading: boolean; }; export default useTypeAnimation;