import { AnnotationType, ZOrderType, LineType } from '../enums'; export declare class HighlightPathAnnotationConfig { annotationType: AnnotationType; zOrderType: ZOrderType; items: Array; lineWidth: number; color: String; lineType: LineType; opacity: number; showArrows: Boolean; selectItems: Boolean; constructor(config?: Partial); }