import { PlotParams } from 'react-plotly.js';
/**
 * Wrapper around react-plotly.js, lazy loads the plotly.js library.
 * @param props
 * @constructor
 */
export declare function Plot(props: PlotParams): import("react/jsx-runtime").JSX.Element;
export default Plot;
//# sourceMappingURL=Plot.d.ts.map