import { ASObject } from '@awayfl/avm2'; export declare class TextRotation extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static ROTATE_0: string; static ROTATE_90: string; static ROTATE_180: string; static ROTATE_270: string; static AUTO: string; } //# sourceMappingURL=TextRotation.d.ts.map