import type { Layer } from '@antv/larkmap/es/types'; export declare const useLayer: (id: string) => T | undefined;