export interface Colors { fillColor?: string; strokeColor?: string; handlerFillColor?: string; handlerStrokeColor?: string; }