/** * @author: xd * @Date: 2022-01-13 22:43:45 * @LastEditors: xd * @LastEditTime: 2022-11-26 13:02:51 * @Description: 功能 */ import { baseGraphicLayer } from "../../base/baseGraphicLayer"; import { IGraphicLayerOption } from "../../base/baseOptionType"; export declare class DayNightLayer extends baseGraphicLayer { constructor(layerid: string, options?: IGraphicLayerOption); setDataTime(value: string): void; }