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