/**
 *
 * @param {InterfaceCommand} command
 * @param {GUIEngine} gui
 * @param {EntityComponentDataset} ecd
 * @returns {View}
 */
export function createInterfaceCommandButton({ command, gui, ecd }: InterfaceCommand): View;
//# sourceMappingURL=createInterfaceCommandButton.d.ts.map