import Component from '../../components/grok-btn/grok-btn.component.js'; /** * @summary Short summary of the component's intended use. * @documentation https://shoelace.style/components/grok-btn * @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;