declare const useClipboard: () => { copyToClipboard: (textToCopy: string) => Promise; copied: boolean; }; export default useClipboard;