import { Component } from 'react';
/**
 * @slot {"name": "", "description": "Default slot for the buttons to group." }
 * @deprecated since v3.32.0, will be removed with next major release. Use simple styles instead.
 */
export declare class DSRButtonGroup extends Component<any> {
    host: HTMLElement;
    render(): JSX.Element;
}
