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