import type { UmbDictionaryDetailModel } from '../../types.js'; import { UmbDetailStoreBase } from '../../../core/store/index.js'; import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; /** * @class UmbDictionaryDetailStore * @augments {UmbStoreBase} * @description - Data Store for Dictionary Details */ export declare class UmbDictionaryDetailStore extends UmbDetailStoreBase { /** * Creates an instance of UmbDictionaryDetailStore. * @param {UmbControllerHost} host - The controller host for this controller to be appended to * @memberof UmbDictionaryDetailStore */ constructor(host: UmbControllerHost); } export { UmbDictionaryDetailStore as api };