import * as React from 'react'; /** * Renders an outline around the map shape currently focused through keyboard navigation. */ export declare function FocusedMapShape(): React.JSX.Element | null;