export declare const UMB_STYLESHEET_ENTITY_TYPE = "stylesheet"; export declare const UMB_STYLESHEET_ROOT_ENTITY_TYPE = "stylesheet-root"; export declare const UMB_STYLESHEET_FOLDER_ENTITY_TYPE = "stylesheet-folder"; export type UmbStylesheetEntityType = typeof UMB_STYLESHEET_ENTITY_TYPE; export type UmbStylesheetRootEntityType = typeof UMB_STYLESHEET_ROOT_ENTITY_TYPE; export type UmbStylesheetFolderEntityType = typeof UMB_STYLESHEET_FOLDER_ENTITY_TYPE;