import type { DME } from '../../types';
import { StyleSettingProps } from './StyleSettings';
export declare const ButtonGroup: (props: StyleSettingProps & {
    style: DME.WidgetStyle;
}) => import("react/jsx-runtime").JSX.Element;
