import { Component } from '../common/index'; export declare class Command extends Component { disable: boolean; icon: string; iconPosition: string; seperate: boolean; text: string; textAligment: string; click: string; template: string; [key: string]: any; constructor(param: string | any); toJSON(): any; toString(): string; }