import type { UmbExamineFieldsViewerModalData, UmbExamineFieldsViewerModalValue } from './examine-fields-viewer-modal.token.js'; import { nothing } from '../../../../../../external/lit/index.js'; import { UmbModalBaseElement } from '../../../../modal/index.js'; export declare class UmbExamineFieldsViewerModalElement extends UmbModalBaseElement { private _handleClose; render(): typeof nothing | import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbExamineFieldsViewerModalElement; declare global { interface HTMLElementTagNameMap { 'umb-examine-fields-viewer-modal': UmbExamineFieldsViewerModalElement; } }