import { UmbModalToken } from '../../../core/modal/index.js'; export interface UmbExportDictionaryModalData { unique: string | null; } export interface UmbExportDictionaryModalValue { includeChildren: boolean; } export declare const UMB_EXPORT_DICTIONARY_MODAL: UmbModalToken;