import { ScreenAnnotation } from "./screenAnnotation";
import { AsposeResponse } from "./asposeResponse";
export declare class ScreenAnnotationResponse extends AsposeResponse {
    'annotation': ScreenAnnotation;
    static discriminator: any;
    static attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
    static getAttributeTypeMap(): {
        name: string;
        baseName: string;
        type: string;
    }[];
}
