import Component from '../../components/grok-button/grok-button.component.js'; /** * @summary Short summary of the component's intended use. * @documentation https://shoelace.style/components/grok-button * @status experimental * @since 2.0 * * * * @slot - The default slot. * @slot example - An example slot. * * @csspart base - The component's base wrapper. * */ declare const reactWrapper: import("@lit/react").ReactWebComponent; export default reactWrapper;