import React from "react"; import { Select } from "@jobber/components-native"; /** Grouped options with group labels and a separator between groups. */ export function SelectComposableGroupedOptions() { return ( City West East ); }