import { CommandContainer } from './command_container'; export declare class ButtonGroup extends CommandContainer { constructor(param: string | any); toJSON(): any; toString(): string; }