import Component from '../../components/plot-toolbar/plot-toolbar.component.js'; /** * @summary Short summary of the component's intended use. * @documentation https://terra-ui.netlify.app/components/plot-toolbar * @status stable * @since 1.0 * * @dependency terra-example * * @slot - The default slot. * @slot example - An example slot. * * @csspart base - The component's base wrapper. * * @cssproperty --terra-plot-toolbar-help-menu-display - Controls the display of the help menu button. Set to `none` to hide it. Defaults to `flex`. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;