UI variable

Signature:

UI: {
    getRoot(container?: HTMLElement): {
        render: (element: any) => void;
        unmount: () => void;
    };
    Stop: typeof Stop;
    Heading: typeof Heading;
    Power: typeof Power;
    Prompt: typeof Prompt;
    Counter: typeof Counter;
    Joystick: typeof Joystick;
    Tutorial: typeof Tutorial;
    IndicatorImg: ({ name, width, height }: import("./components/IndicatorImg").IndicatorImgProps) => import("react").JSX.Element;
}