import { WithStyle } from '@medly-components/utils'; import { MinimapProps } from './types'; import type { FC } from 'react'; export declare const Minimap: FC & WithStyle;