export declare const useCopyToClipboard: () => [string | null, (text: string) => Promise];