import { FunctionComponent } from 'react'; /** * Action menu contains the technological break and economic system custom actions. When this component is * used: * - menu must be open only if a game is running. */ declare const ActionMenu: FunctionComponent; export default ActionMenu;