export default HorizontalHeatmapTrack;
declare class HorizontalHeatmapTrack extends HeatmapTiledPixiTrack {
    /**
     * @param scene: A PIXI.js scene to draw everything to.
     * @param dataConfig: An object defining where the data should be pulled from
     */
    constructor(context: any, options: any);
    pubSubs: any[];
    setSpriteProperties(sprite: any, zoomLevel: any, tilePos: any, mirrored: any): void;
    leftTrackDraw(): void;
}
import HeatmapTiledPixiTrack from './HeatmapTiledPixiTrack';
