export declare const useCopied: () => { copy: (value: string) => void; copied: boolean; };