export type Theme = 'system-default' | 'force-light' | 'force-dark'; export declare const THEME_EVENT_NAME = "kompendiumTheme";