import { ASObject } from '@awayfl/avm2'; export declare class TextBaseline extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static ROMAN: string; static ASCENT: string; static DESCENT: string; static IDEOGRAPHIC_TOP: string; static IDEOGRAPHIC_CENTER: string; static IDEOGRAPHIC_BOTTOM: string; static USE_DOMINANT_BASELINE: string; } //# sourceMappingURL=TextBaseline.d.ts.map