import React from 'react'; import '../../style/actionBar.css'; export declare const ActionBar: ({ jupyterApp }: { jupyterApp: any; }) => React.JSX.Element;