declare const useCopy: () => { copy: (val: string) => void; copied: boolean; }; export default useCopy;