declare const copyToClipboard: (value_: any) => Promise<void>;
export default copyToClipboard;
