import type { Control, Popup } from '@antv/l7'; /** * 监听 control 的 options 中各项是否发生变化,若有变化则调用 control.setOptions 传入更新的配置 * @param control * @param options */ export declare const useL7ComponentUpdate: | Popup, O extends Record>(control: C, options: Partial) => void;