import React from 'react';
import { type BoothBase } from '../store/BoothStore';
import { type Exhibitor } from '../store/ExhibitorStore';
import { type HeatmapYah } from '../store/HeatmapStore';
declare const useHeatmapOverlay: (entity: Exhibitor | BoothBase | HeatmapYah) => {
    heatmapBar: React.JSX.Element | null;
};
export default useHeatmapOverlay;
//# sourceMappingURL=useHeatmapOverlay.d.ts.map