///
import * as react from 'react';
import { ComponentProps } from 'react';
import { C as CommonProps, P as PreventLoadProps } from '../types-6fqaupRi.js';
type HeatmapLayerProps = ComponentProps;
declare const HeatmapLayer: react.ForwardRefExoticComponent | (google.maps.LatLng | google.maps.visualization.WeightedLocation)[]>;
} & CommonProps> & PreventLoadProps & react.RefAttributes>;
export { type HeatmapLayerProps, HeatmapLayer as default };