import { JupyterFrontEndPlugin } from '@jupyterlab/application';
/**
 * A plugin for jupyterlab-tailwind-theme
 * Since the JupyterLab theme extension seem to only allow for one index.css file, there is a set of variables
 * defined in index.css which is overridden here depending of the choice of theme.
 */
declare const plugin: JupyterFrontEndPlugin<void>;
export default plugin;
