import type { GeoChartProps } from './geo-chart.props'; import React from 'react'; import type { GeoJSONMap } from './geo-chart.props'; export type { GeoChartProps, GeoChartSelectEvent, GeoDataItem, GeoJSONMap } from './geo-chart.props'; /** Optional context to provide mapJson without passing as prop (avoids Storybook serialization issues). */ export declare const GeoMapJsonContext: React.Context; export declare const GeoChart: ((props: GeoChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=geo-chart.d.ts.map