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