export declare type ButtonGroupActionType = 'button' | 'radio' | 'checkbox'; export interface ButtonGroupInfo { id: string; isSelected: boolean; }