import type { ExtensibleTheme } from 'ag-charts-types';
export declare const MAP_THEME_DEFAULTS: ExtensibleTheme<'map-shape' | 'map-line' | 'map-marker'>;
export declare function applyMapPalette<T extends object>(object: T): T;
