import { ReactWidget } from '@jupyterlab/apputils'; /** * A toolbar widget to launch Voila. */ export default class Voila extends ReactWidget { constructor(path: string); render(): JSX.Element; private _path; }