import { TextStyle } from "./textStyle"; import { Rotation } from "./rotation"; import { FreeTextIntent } from "./freeTextIntent"; import { Justification } from "./justification"; import { MarkupAnnotation } from "./markupAnnotation"; export declare class FreeTextAnnotation extends MarkupAnnotation { 'justification': Justification; 'intent': FreeTextIntent; 'rotate': Rotation; 'textStyle': TextStyle; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }