import type { UmbManifestViewerModalData, UmbManifestViewerModalValue } from './manifest-viewer-modal.token.js'; import { UmbModalBaseElement } from '../../../core/modal/index.js'; export declare class UmbManifestViewerModalElement extends UmbModalBaseElement { #private; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } export default UmbManifestViewerModalElement; declare global { interface HTMLElementTagNameMap { 'umb-manifest-viewer-modal': UmbManifestViewerModalElement; } }