import { SafePlugin } from '@atlaskit/editor-common/safe-plugin';
declare const createPlugin: () => SafePlugin;
export { createPlugin };
