import Component from '../../components/plot/plot.component.js'; /** * @summary A web component for interactive graphs using Plotly.js. * @documentation https://terra-ui.netlify.app/components/plot * @status stable * @since 1.0 * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;