/** * Configures a MutationObserver to watch for Jupyter theme changes and * applies the current Jupyter theme to the toolkit components. */ export declare function addJupyterLabThemeChangeListener(): void; /** * Applies the current Jupyter theme to the toolkit components. */ export declare function applyJupyterTheme(): void;