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