import { TextIcon } from "./textIcon"; import { AnnotationState } from "./annotationState"; import { MarkupAnnotation } from "./markupAnnotation"; export declare class TextAnnotation extends MarkupAnnotation { 'state': AnnotationState; 'open': boolean; 'icon': TextIcon; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }