import {Style} from 'ol'; export interface IStyles{ [id: string]: Style; };