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