import { Layered } from "./Layered"; export class ChoroplethStatesHeat extends Layered { constructor() { super(); } } ChoroplethStatesHeat.prototype._class += " map_ChoroplethStatesHeat";