declare function useClippy(): [string, () => void, (text: string) => void]; export default useClippy;