import { type AgMapShapeBackgroundOptions, _ModuleSupport } from 'ag-charts-community';
import type { SeriesModuleDefinition } from 'ag-charts-core';
export declare const MapShapeBackgroundModule: _ModuleSupport.SeriesModule<'map-shape-background'>;
export declare const MapShapeBackgroundSeriesModule: SeriesModuleDefinition<AgMapShapeBackgroundOptions>;
