/** * Typography * Classification: themed-mui * Primary font: system-native sans-serif stack (see src/tokens/typography.ts) * MUI: https://mui.com/material-ui/react-typography/ */ export { default as Typography } from '@mui/material/Typography'; export type { TypographyProps } from '@mui/material/Typography';