import type { ReactElement } from "react"; import type { MapTheme } from "../../core/types"; type ClusterMarkerCountOnlyDemoProps = { readonly theme: MapTheme; }; export declare const ClusterMarkerCountOnlyDemo: ({ theme }: ClusterMarkerCountOnlyDemoProps) => ReactElement; export {};