import { FC } from 'react'; import { GroupedButtonsProps } from './base'; /** * 分组按钮容器 * * 承载 `.brick-grouped-buttons` 布局:内部相邻 `Button` 使用组内间距, * 相邻的两个 `GroupedButtons` 之间使用组间间距。仅固化布局,不改变视觉。 */ export declare const GroupedButtons: FC;