import React from 'react';
import './Plot.css';
import { PlotInterface } from '../App';
import { WebR } from '../../webR/webr-main';
export declare function Plot({ webR, plotInterface, }: {
    webR: WebR;
    plotInterface: PlotInterface;
}): React.JSX.Element;
export default Plot;
