import { ASObject } from '@awayfl/avm2'; /** * these classes are used to overrite some methods in the TLF classes, * because the abc-classes make problems i could not fix otherwise */ export declare class Property extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; static createObjectWithPrototype(obj: any): any; } export declare class BaseTextLayoutImporter extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; private _textFlowNamespace; protected checkNamespace(param1: any): boolean; } export declare class TLFTextField extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; set text(param1: string); } //# sourceMappingURL=NativehacksForTLF.d.ts.map