import { IconProps } from '../lib';
declare function GameController(props: IconProps): JSX.Element;
export default GameController;
