import type { UmbTiptapToolbarExtension } from '../types.js'; import { UmbLitElement } from '../../../core/lit-element/index.js'; export declare class UmbTiptapToolbarGroupConfigurationElement extends UmbLitElement { #private; set items(value: Array | undefined); get items(): Array; rowIndex: number; groupIndex: number; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbTiptapToolbarGroupConfigurationElement; declare global { interface HTMLElementTagNameMap { 'umb-tiptap-toolbar-group-configuration': UmbTiptapToolbarGroupConfigurationElement; } }