import type { ThemeFontFamilyTokens, ThemeFontSizingTokens, ThemeFontWeightTokens, ThemeTypographySize, ThemeTypographyTokens, TypographyStyleToken } from '@helpwave/hightide-design/theme-tokens' export type TextStyle = TypographyStyleToken export type HightideFontFamilies = ThemeFontFamilyTokens export type HightideFontWeights = ThemeFontWeightTokens export type HightideFontSizing = ThemeFontSizingTokens export type HightideTypography = ThemeTypographyTokens export type TypographySizes = ThemeTypographySize export type { TypographyStyleToken }