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