export declare class Mouse { private static _cursor; static cursor: string; static readonly supportsCursor: boolean; static readonly supportsNativeCursor: boolean; static hide(): void; static show(): void; static registerCursor(name: string, cursor: any): void; static unregisterCursor(name: string): void; }