import type { ToolbarGroup, ToolbarGroupItem } from '../../toolbars/types.js'; export declare const toolbarTextDropdownGroupWithItems: (items: ToolbarGroupItem[]) => ToolbarGroup; //# sourceMappingURL=textDropdownGroup.d.ts.map