/**
 * Copies a value to the clipboard
 *
 * @returns A tuple with the copied value and a function to copy a value to the clipboard
 */
export declare function useCopyToClipboard(): (string | ((value: string | null) => void) | null)[];
