import type { MapSchema } from '../specs'; export declare function useScene(): readonly [import("@antv/l7-scene").Scene | undefined, { readonly setMapViewState: (viewState: MapSchema['config']) => void; }];