import React from 'react';
import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { PanelPlugin } from '../panelPluginType';
export declare const createPanelBlockMenuItem: (api: ExtractInjectionAPI<PanelPlugin> | undefined) => () => React.JSX.Element;
