import { Caption } from "./Caption" import {Heading} from "./Heading" import { Large } from "./Large" import {Lead} from "./Lead" import { Paragraph } from "./Paragraph" import { Small } from "./Small" import {Table} from "./Table" export const Typography = { Caption, Heading, Large, Lead, Paragraph, Small, Table }