import { Element } from 'hast'; import { Root, RootContent } from 'hast'; export declare const addCopyButton: (node: Root | RootContent) => void; export declare function copyButton(): Element;