export interface SelectionAnnotation {
    annotationId: string;
    editable: boolean;
    selected: boolean;
}
//# sourceMappingURL=event-select.model.d.ts.map