import type { UmbTiptapAnchorModalData, UmbTiptapAnchorModalValue } from './anchor-modal.token.js'; import { UmbModalBaseElement } from '../../../../core/modal/index.js'; export declare class UmbTiptapAnchorModalElement extends UmbModalBaseElement { #private; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export { UmbTiptapAnchorModalElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-tiptap-anchor-modal': UmbTiptapAnchorModalElement; } }