/** * @deprecated Button Group is deprecated and will be removed in a next major release. * Instead, you should use `flex` or `grid` in combination with our spacing design tokens. * @slot (default) - Two or more RuxButton components to render in the group * @part container - the components container */ export declare class RuxButtonGroup { /** * The horizontal alignment of buttons within the group */ hAlign: 'left' | 'center' | 'right'; render(): any; }