import '../css/bqplot.css'; import { IJupyterWidgetRegistry } from '@jupyter-widgets/base'; /** * The widget manager provider. */ declare const plugin: { id: string; requires: import("@lumino/coreutils").Token[]; activate: (app: any, widgets: any) => void; autoStart: boolean; }; export default plugin;