import { ASObject } from '@awayfl/avm2'; export declare class Mouse extends ASObject { static axClass: typeof Mouse; private static _cursor; static get cursor(): string; static set cursor(value: string); static get supportsCursor(): boolean; static get supportsNativeCursor(): boolean; static hide(): void; static show(): void; static registerCursor(name: string, cursor: any): void; static unregisterCursor(name: string): void; } //# sourceMappingURL=Mouse.d.ts.map