import React from 'react'; declare const _default: { title: string; component: any; subcomponents: { MapMarker: React.FC>; }; }; export default _default; export declare const Simple: () => JSX.Element; export declare const NaturalEarthProjection: () => JSX.Element; export declare const Autosize: () => JSX.Element; export declare const Markers: () => JSX.Element;