import React from 'react';
import type { HeatmapYah } from '../store/HeatmapStore';
declare const YahRow: React.FC<{
    yah: HeatmapYah;
    active: boolean;
}>;
export default YahRow;
//# sourceMappingURL=YahRow.d.ts.map