import { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
 * Initialization data for the @datalayer-jupyter/jupyterlab-theme-winter extension.
 */
declare const extension: JupyterFrontEndPlugin<void>;
export default extension;
