import { ASObject } from '@awayfl/avm2'; export declare class JustificationStyle extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static PUSH_IN_KINSOKU: string; static PUSH_OUT_ONLY: string; static PRIORITIZE_LEAST_ADJUSTMENT: string; } //# sourceMappingURL=JustificationStyle.d.ts.map