export { default as typographyDark } from './dark';
export { default as typographyLight } from './light';
export type { TypographyTheme, TypographyThemeVars } from './light';
