import {Style,Feature} from 'ol'; export interface IStyles{ [id: string]: Style | (Feature); };