declare function copyValueToClipboard(newClip: string, callback?: () => void): void;
export default copyValueToClipboard;
