export interface MarkerOptions extends L.MarkerOptions {
    iconColor?: any;
    iconSize?: any;
}
