import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types';
import type { BlockMenuPlugin, BlockMenuPluginOptions, RegisterBlockMenuComponent } from '../blockMenuPluginType';
export declare const getBlockMenuComponents: ({ api, config, }: {
    api: ExtractInjectionAPI<BlockMenuPlugin> | undefined;
    config: BlockMenuPluginOptions | undefined;
}) => RegisterBlockMenuComponent[];
