/** Themes supported by the generated Unity assets and CSS. */
export type UnityTheme = 'default' | 'compact';
