import type { UmbControllerHost } from '../../../../libs/controller-api/index.js'; import { UmbUniqueTreeStore } from '../../../core/tree/index.js'; /** * @class UmbPartialViewTreeStore * @augments {UmbStoreBase} * @description - Tree Data Store for PartialView * @deprecated - Use `UmbPartialViewTreeRepository` instead. This will be removed in Umbraco 18. */ export declare class UmbPartialViewTreeStore extends UmbUniqueTreeStore { /** * Creates an instance of UmbPartialViewTreeStore. * @param {UmbControllerHost} host - The controller host for this controller to be appended to * @memberof UmbPartialViewTreeStore */ constructor(host: UmbControllerHost); } export default UmbPartialViewTreeStore;