import Component from '@synergy-design-system/components/components/button-group/button-group.component.js';
/**
 * @summary Button groups can be used to group related buttons into sections.
 * @documentation https://synergy-design-system.github.io/?path=/docs/components-syn-button-group--docs
 * @status stable
 * @since 3.1.0
 *
 * @slot - One or more `<syn-button>` elements to display in the button group.
 *
 * @csspart base - The component's base wrapper.
 */
export declare const SynButtonGroup: import("@lit/react").ReactWebComponent<Component, {}>;
