/**
 * The supported application types for a MUI X license.
 */
export declare const APP_TYPES: readonly ["single", "multi"];
/**
 * The type of application the license covers.
 */
export type AppType = (typeof APP_TYPES)[number];