export declare class WaterMark { private waterMark; constructor(container: HTMLElement, mapOptions: any); getElement(): HTMLImageElement; }