import styles from '@system/typography/Typography.module.scss'; export function H1(props) { return

; } export function H2(props) { return

; } export function H3(props) { return

; } export function H4(props) { return

; } export function H5(props) { return

; } export function Lead(props) { return

; } export function SubLead(props) { return

; } export function Title(props) { return

; } export function P(props) { if (props.href) { return ; } return

; } export function Text(props) { if (props.href) { return ; } return

; } export function SubTitle(props) { return

; } export function SubText(props) { if (props.href) { return ; } return

; } export function UnitLabel(props) { return ; }