export type AnnotationContextType = { /** x position of the Subject. */ x?: number; /** y position of the Subject. */ y?: number; /** x delta of the Label from the Subject. */ dx?: number; /** y delta of the Label from the Subject. */ dy?: number; }; //# sourceMappingURL=index.d.ts.map