import { PluginKey } from '@atlaskit/editor-prosemirror/state';
import type { CardPluginState } from '../types';
export declare const pluginKey: PluginKey<CardPluginState>;
