Typography
Default Typography
    const TypographyExample = () =>
      <Typography variant="h1" component="h1">Typography</Typography>;
        Typography
h2 Typography
    const TypographyExample = () =>
      <Typography variant="h2" component="h2">Typography</Typography>;
        Typography
h3 Typography
    const TypographyExample = () =>
      <Typography variant="h3" component="h3">Typography</Typography>;
        Typography
h4 Typography
    const TypographyExample = () =>
      <Typography variant="h4" component="h4">Typography</Typography>;
        Typography
h5 Typography
    const TypographyExample = () =>
      <Typography variant="h5" component="h5">Typography</Typography>;
        Typography
h6 Typography
    const TypographyExample = () =>
      <Typography variant="h6" component="h6">Typography</Typography>;
        Typography
strong Typography
    const TypographyExample = () =>
      <Typography variant="strong" component="strong">Typography</Typography>;
        Typography