import React from "react"; import type { ComponentProps } from "react"; import { Content, Divider, Heading } from "@jobber/components-native"; type HeadingProps = ComponentProps; export function HeadingLevels(props: Partial) { return ( New client Client details Additional details Receives SMS ); }