import type { UmbEntityModel } from '../../../../../core/entity/index.js'; import { UmbModalToken } from '../../../../../core/modal/index.js'; /** * @deprecated Use the `Umb.EntityAction.PartialView.Create` entity action with `entityCreateOptionAction` extensions instead. Scheduled for removal in Umbraco 19. */ export interface UmbPartialViewCreateOptionsModalData { parent: UmbEntityModel; } /** * @deprecated Use the `Umb.EntityAction.PartialView.Create` entity action with `entityCreateOptionAction` extensions instead. Scheduled for removal in Umbraco 19. */ export declare const UMB_PARTIAL_VIEW_CREATE_OPTIONS_MODAL: UmbModalToken;