import type { IControlOption, Scene } from '@antv/l7'; export declare const useControl: (onCreate: (context: Scene) => HTMLElement, onRemove?: (context: Scene) => void, opts?: IControlOption) => void;