import type { UmbEntityModel } from '../../../../../core/entity/index.js'; import { UmbModalToken } from '../../../../../core/modal/index.js'; export interface UmbPartialViewCreateOptionsModalData { parent: UmbEntityModel; } export declare const UMB_PARTIAL_VIEW_CREATE_OPTIONS_MODAL: UmbModalToken;