export declare const UMB_PARTIAL_VIEW_ENTITY_TYPE = "partial-view"; export declare const UMB_PARTIAL_VIEW_ROOT_ENTITY_TYPE = "partial-view-root"; export declare const UMB_PARTIAL_VIEW_FOLDER_ENTITY_TYPE = "partial-view-folder"; export type UmbPartialViewEntityType = typeof UMB_PARTIAL_VIEW_ENTITY_TYPE; export type UmbPartialViewRootEntityType = typeof UMB_PARTIAL_VIEW_ROOT_ENTITY_TYPE; export type UmbPartialViewFolderEntityType = typeof UMB_PARTIAL_VIEW_FOLDER_ENTITY_TYPE;