import type { UmbEntityModel } from '../../../../../core/entity/index.js'; import { UmbModalToken } from '../../../../../core/modal/index.js'; /** @deprecated No longer used internally. This will be removed in Umbraco 18. [LK] */ export interface UmbStylesheetCreateOptionsModalData { parent: UmbEntityModel; } /** @deprecated No longer used internally. This will be removed in Umbraco 18. [LK] */ export declare const UMB_STYLESHEET_CREATE_OPTIONS_MODAL: UmbModalToken;