import { Command } from './command'; export declare class Button extends Command { constructor(param: string | any); toJSON(): any; toString(): string; }