export default copyImageToClipboard;
declare function copyImageToClipboard(): Promise<void>;
