import { ElementRef } from '@angular/core';
import { MapOptions } from './map-options';
import { MapWrapper } from './map-wrapper';
export declare class MapUtil {
    static create(mapElement: ElementRef, mapOptions?: MapOptions): MapWrapper;
    private static getDefaultMapOptions;
}
