/** * The current UI theme of the host */ type Theme = 'default' | 'dark' | 'contrast' | 'glass'; export type { Theme };