/// <reference types="react" />
import { ComponentStory, ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<import("react").MemoExoticComponent<(props: import("./MarkerClusterer").MarkerClustererProps) => JSX.Element | null>>;
export default _default;
export declare const Default: ComponentStory<import("react").MemoExoticComponent<(props: import("./MarkerClusterer").MarkerClustererProps) => JSX.Element | null>>;
