import { TypographyComponent } from './typography.types'; /** * Typography component is used to render headings, texts, links. * This is a polymorphic component. The root tag can be set using `as` prop * It will render appropriate HTML tag for different variants. * * ### Usage * * ```tsx * import { Typography, Text } from '@bloomreach/react-banana-ui'; * * export default function MyCustomComponent() { * return