/** @module copy-button */
import { BasicExtension } from "../../types.js";
/**
 * Extension that adds a copy button to the editor.
 * Probably best used with a read-only editor.
 * You must also import styles from `prism-code-editor/copy-button.css`.
 */
export declare const copyButton: () => BasicExtension;
