import type { ReactElement } from "react"; /** * Small pill that displays a loading spinner on the map. * Styled to visually match the control buttons (secondary variant) * while remaining non-interactive. * * @internal */ export declare const LoadingIndicatorPill: () => ReactElement;