import { Meta, StoryObj } from '@storybook/react';
import { ChoroplethGeoJson } from 'src';
declare const meta: Meta<typeof ChoroplethGeoJson>;
export default meta;
export declare const DefaultTooltip: StoryObj<typeof ChoroplethGeoJson>;
export declare const CustomSimpleTooltip: StoryObj<typeof ChoroplethGeoJson>;
export declare const CustomComplexTooltip: StoryObj<typeof ChoroplethGeoJson>;
