import { AnnotationInfo } from "./annotationInfo"; import { PopupAnnotation } from "./popupAnnotation"; export declare class PopupAnnotationWithParent extends PopupAnnotation { 'parent': AnnotationInfo; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }