import Component from '../../components/menu-label/menu-label.component.js'; /** * @summary Menu labels are used to describe a group of menu items. * @documentation https://shoelace.style/components/menu-label * @status stable * @since 2.0 * * @slot - The menu label's content. * * @csspart base - The component's base wrapper. */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;