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