declare function useCopy(): { isCopied: boolean; copyToClipboard: (text: string) => Promise; }; export default useCopy;