declare function useClipboard(value: any): { value: any; onCopy: () => void; hasCopied: boolean; }; export default useClipboard;