/// <reference types="react" />
import { ComponentStory, ComponentMeta } from '@storybook/react';
declare const _default: ComponentMeta<import("react").MemoExoticComponent<({ children, options }: import("./GoogleMarkerClusterer").GoogleMarkerClustererProps) => import("react").ReactElement<any, any> | null>>;
export default _default;
export declare const Default: ComponentStory<import("react").MemoExoticComponent<({ children, options }: import("./GoogleMarkerClusterer").GoogleMarkerClustererProps) => import("react").ReactElement<any, any> | null>>;
export declare const Grid: ComponentStory<import("react").MemoExoticComponent<({ children, options }: import("./GoogleMarkerClusterer").GoogleMarkerClustererProps) => import("react").ReactElement<any, any> | null>>;
export declare const Noop: ComponentStory<import("react").MemoExoticComponent<({ children, options }: import("./GoogleMarkerClusterer").GoogleMarkerClustererProps) => import("react").ReactElement<any, any> | null>>;
export declare const Render: ComponentStory<import("react").MemoExoticComponent<({ children, options }: import("./GoogleMarkerClusterer").GoogleMarkerClustererProps) => import("react").ReactElement<any, any> | null>>;
