declare const uiTemplate: { layout: { opacity: number; size: number; fontSize: number; fontColor: string; }; layoutDot: { borderSize: number; borderColor: string; color: string; }; marker: { imageCaption: boolean; imageWidth: number; boxWidth: number; opacity: number; borderRadius: number; bgColor: string; fontSize: number; fontColor: string; }; panorama: { imageCaption: boolean; imageWidth: number; boxWidth: number; opacity: number; borderRadius: number; bgColor: string; fontSize: number; fontColor: string; }; }; declare const uiDescription: any; declare const markerTemplate: any; declare const build: (properties: any) => {}; declare const update: (key: string, properties: any) => {}; export { build, update, uiTemplate, markerTemplate, uiDescription };