import { ASObject } from '@awayfl/avm2'; export declare class DigitWidth extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static DEFAULT: string; static PROPORTIONAL: string; static TABULAR: string; } //# sourceMappingURL=DigitWidth.d.ts.map