The style of a particular status of a status pill.
import * as React from "react";
import type { StatusPillStyleStatus } from "react-native-app-helpers";
const example: StatusPillStyleStatus = {
label: `Example Label`,
color: `green`,
background: `cyan`,
};