export default function useClipboardCopy(): { copy: (text: string) => Promise; isCopied: boolean; };