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