ViewStateOptions: ReferenceResolution & Omit<
    MapViewState,
    "bounds"
    | "aspectRatio"
    | "referenceZoom",
> & { disableInternalReferenceResolutionLogic: boolean }