import { ASObject } from '@awayfl/avm2'; export declare class LineJustification extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static UNJUSTIFIED: string; static ALL_BUT_LAST: string; static ALL_INCLUDING_LAST: string; static ALL_BUT_MANDATORY_BREAK: string; } //# sourceMappingURL=LineJustification.d.ts.map