import { ASObject } from '@awayfl/avm2'; export declare class TypographicCase extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static DEFAULT: string; static TITLE: string; static CAPS: string; static SMALL_CAPS: string; static UPPERCASE: string; static LOWERCASE: string; static CAPS_AND_SMALL_CAPS: string; } //# sourceMappingURL=TypographicCase.d.ts.map