SquaremapMarker: Prettify<{
    color?: HexString;
    fillColor?: HexString;
    fillOpacity?: Opacity;
    opacity?: Opacity;
    popup: string;
    tooltip: string;
    type: SquaremapAreaType;
}>