import { JupyterFrontEnd } from "@jupyterlab/application"; import { Token } from "@phosphor/coreutils"; import { Widget } from "@phosphor/widgets"; import '../style/index.css'; export declare const IKubeflowKale: Token; export interface IKubeflowKale { widget: Widget; } declare const _default: import("@phosphor/application").IPlugin, IKubeflowKale>; /** * Adds a visual Kubeflow Pipelines Deployment tool to the sidebar. */ export default _default;