import React from 'react'; import { Table } from '@uwdata/flechette'; import { ProfileSource } from '../../ProfileSource'; import { type colorByColors } from './FlameGraphNodes'; interface MiniMapProps { containerRef: React.RefObject; table: Table; width: number; zoomedWidth: number; totalHeight: number; maxDepth: number; colorByColors: colorByColors; colorBy: string; profileSource: ProfileSource; isDarkMode: boolean; scrollLeft: number; scrollLeftRef: React.RefObject; onZoomToPosition?: (normalizedX: number, targetZoom: number) => void; onSetZoomWithScroll?: (zoom: number, scrollLeft: number) => void; } export declare const MiniMap: React.NamedExoticComponent; export {}; //# sourceMappingURL=MiniMap.d.ts.map