import type { ClipboardPlugin } from './clipboardPluginType';
declare const clipboard: ClipboardPlugin;
export default clipboard;
