import { ASObject } from '@awayfl/avm2'; import { EventDispatcher } from '../../events/EventDispatcher'; import { Rectangle } from '../../geom/Rectangle'; import { ContentElement } from './ContentElement'; import { TextLine } from './TextLine'; export declare class TextLineMirrorRegion extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); get textLine(): TextLine; get nextRegion(): TextLineMirrorRegion; get previousRegion(): TextLineMirrorRegion; get mirror(): EventDispatcher; get element(): ContentElement; get bounds(): Rectangle; } //# sourceMappingURL=TextLineMirrorRegion.d.ts.map