import { HorizontalAlignment } from "./horizontalAlignment"; import { Color } from "./color"; import { Point } from "./point"; import { Annotation } from "./annotation"; export declare class RedactionAnnotation extends Annotation { 'quadPoint': Array; 'fillColor': Color; 'borderColor': Color; 'overlayText': string; 'repeat': boolean; 'textAlignment': HorizontalAlignment; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }