import type { ClipboardPlugin } from './definitions';
declare const Clipboard: ClipboardPlugin;
export * from './definitions';
export { Clipboard };
