import type { UmbDictionaryItemModel } from '../../repository/index.js'; import type { UmbDictionaryTreeItemModel } from '../../tree/types.js'; import type { UmbDictionaryPickerModalData, UmbDictionaryPickerModalValue } from '../../modals/dictionary-picker-modal.token.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; import { UmbPickerInputContext } from '../../../core/picker-input/index.js'; export declare class UmbDictionaryPickerInputContext extends UmbPickerInputContext { constructor(host: UmbControllerHost); }