import { RefObject } from 'react'; import { HeatmapViewerProps } from './HeatmapViewer.types'; declare function useHeatmapDrawing({ posMap, threshold }: HeatmapViewerProps): [RefObject]; export default useHeatmapDrawing;