export interface AnnotationState { selected?: boolean; hovered?: boolean; custom?: { [key: string]: any; }; } //# sourceMappingURL=AnnotationState.d.ts.map