import type { ContextualFormattingEnabledOptions } from '@atlaskit/editor-common/toolbar'; import type { ExtractInjectionAPI } from '@atlaskit/editor-common/types'; import type { BreakpointPreset } from '@atlaskit/editor-toolbar'; import type { RegisterComponent } from '@atlaskit/editor-toolbar-model'; import type { ToolbarPlugin } from '../toolbarPluginType'; export declare const getToolbarComponents: (contextualFormattingEnabled: ContextualFormattingEnabledOptions, api?: ExtractInjectionAPI, breakpointPreset?: BreakpointPreset) => RegisterComponent[];