import type { NextEditorPlugin } from '@atlaskit/editor-common/types'; export type BorderPlugin = NextEditorPlugin<'border'>; export declare const borderPlugin: BorderPlugin;