import { AnnotationType } from '../enums'; export declare class LabelAnnotationConfig { annotationType: AnnotationType; fromItem: number | string | null; toItems: Array; title: string | null; itemTitleColor: string; templateName: string | null; constructor(config?: Partial); }