import { CursorSprite, HudComponent } from '../enums'; export declare abstract class Hud { static isComponentActive(component: HudComponent): boolean; static showComponentThisFrame(component: HudComponent): void; static hideComponentThisFrame(component: HudComponent): void; static showCursorThisFrame(): void; static CursorSprite: CursorSprite; static IsVisible: boolean; static IsRadarVisible: boolean; static RadarZoom: number; }