import React from "react"; import type { ComponentProps } from "react"; import { StatusLabel } from "@jobber/components-native"; type StatusLabelProps = ComponentProps; export function StatusLabelBasic(props: Partial) { return ; }