type CopiedValue = string | null; type CopyFn = (text: string) => Promise; export declare function useCopyToClipboard(): [CopiedValue, CopyFn]; export {};