import { AnnotationBase } from "./AnnotationBase";
export declare class AnnotationDragDeltaEventArgs {
    sender: AnnotationBase;
    constructor(sender: AnnotationBase);
}
