import React from "react";
/**
 * Returns a onClick function which when called will copy the given
 * data to clipboard
 */
export declare const copyOnClick: <T extends HTMLElement>(data: string) => (e: React.MouseEvent<T, MouseEvent>) => void;
//# sourceMappingURL=copyOnClick.d.ts.map