/** * @author: xd * @Date: 2022-09-15 20:15:34 * @LastEditors: xd * @LastEditTime: 2023-05-25 15:49:43 * @FilePath: \Map2D\src\extend\Control\imageHJ.ts * @Description: * * Copyright (c) 2022 by xd, All Rights Reserved. */ import { Control } from "ol/control"; export declare class imageHJ extends Control { constructor(opt_options: any); show(): void; hide(): void; }