import type { IToolbarItemConfigTiptap, PluginAddButton, ToolbarSettingsFunctions, ToolbarType } from 'ricos-types'; import type { PluginTextButton } from '../plugin-text-button'; export declare function getButtonsListFromConfig(toolbarConfig: ToolbarSettingsFunctions, buttonsType: 'desktop' | 'mobile'): any[]; export declare function toTiptapToolbarItemsConfig(toolbarConfig: ToolbarSettingsFunctions | undefined, tiptapToolbarConfig: IToolbarItemConfigTiptap[], toolbarType: ToolbarType, buttonsType: 'desktop' | 'mobile'): IToolbarItemConfigTiptap[]; export declare function toExternalToolbarItemsConfig(toolbarConfig: ToolbarSettingsFunctions | undefined, pluginTextButtons: PluginTextButton[], toolbarType: ToolbarType, buttonsType: 'desktop' | 'mobile'): PluginTextButton[]; export declare function toExternalInsertPluginToolbarItemsConfig(toolbarConfig: ToolbarSettingsFunctions | undefined, pluginInsertButtons: PluginAddButton[], toolbarType: ToolbarType, buttonsType: 'desktop' | 'mobile'): PluginAddButton[]; //# sourceMappingURL=toToolbarItemsConfig.d.ts.map