import { HeatmapDataModel } from '../interfaces/heatmap-data.model';
export declare class FrappeChartsHeatmapComponent {
    data: HeatmapDataModel;
    title?: string;
    countLabel?: string;
    discreteDomains?: number;
    colors?: string[5];
}
