/** * Copies a HTML section to the clipboard * @param {string} html element to copy * @returns {void} */ export declare function copyHtmlToClipboard(html: string): Promise;