export declare function isValidMarkerIcon(marker: unknown): marker is string | google.maps.Icon | null | google.maps.Symbol;
