/*************************************************************************** * Copyright (c) 2023, VoilĂ  contributors * * Copyright (c) 2023, QuantStack * * * * Distributed under the terms of the BSD 3-Clause License. * * * * The full license is in the file LICENSE, distributed with this software. * ****************************************************************************/ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * The voila file browser provider. */ export declare const treeWidgetPlugin: JupyterFrontEndPlugin;