import React from "react";
import { HeatmapLegendProps } from "../ui/HeatmapLegend";
type HeatmapLegendContainerProps = Omit<HeatmapLegendProps, "ariaLabel">;
declare const HeatmapLegendContainer: React.FunctionComponent<HeatmapLegendContainerProps>;
export default HeatmapLegendContainer;
//# sourceMappingURL=HeatmapLegendContainer.d.ts.map