export declare const FontGap = 3; type UseClipsReturn = any; declare function useClips(): UseClipsReturn; /** * Get the clips of text content. * This is a lazy hook function since SSR no need this */ export default useClips;