import { default as React } from 'react'; export declare function useTextSpinner(ref: React.RefObject): { hasAnimated: boolean; visible: boolean; };