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