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