import { Meta, StoryObj } from '@storybook/react';
import { ChoroplethGeoJson } from 'src';
declare const meta: Meta<typeof ChoroplethGeoJson>;
export default meta;
export declare const StudioChoropleth: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethMultiPolygon: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethEmptyValue: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethGradient: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethPalette: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethCustomTooltip: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethComplexTooltip: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethLongLabels: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethEmptyData: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethLegendLeft: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethLegendRight: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethNavigationMapButtons: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethPreventWorldCopies: StoryObj<typeof ChoroplethGeoJson>;
export declare const StudioChoroplethCooperativeGestures: StoryObj<typeof ChoroplethGeoJson>;
