To import Typography into a React file:
import { Typography } from '@zebra-zeta/react';
import { Typography } from '@zebra-zeta/react'; export const TypographyExample = () => { return ( <Typography /> ) }