/**
 *
 * @param {InterfaceCommand} prop
 * @param {GUIEngine} gui
 * @param {EntityComponentDataset} ecd
 * @extends {View}
 */
export function makeCommandButtonView(prop: InterfaceCommand, gui: GUIEngine, ecd: EntityComponentDataset): View;
//# sourceMappingURL=CommandButtonView.d.ts.map