/// <reference types="react" />
import type { MiniMapNodes as MiniMapNodesProps } from './types';
declare function MiniMapNodes({ nodeStrokeColor, nodeColor, nodeClassName, nodeBorderRadius, nodeStrokeWidth, nodeComponent: NodeComponent, onClick, }: MiniMapNodesProps): import("react/jsx-runtime").JSX.Element;
declare const _default: import("react").MemoExoticComponent<typeof MiniMapNodes>;
export default _default;
//# sourceMappingURL=MiniMapNodes.d.ts.map