export { lightBaseTheme as defaultTheme, type Theme } from './lightBaseTheme'; export type { Colors } from './colors'; export type { Spacers } from './spacers'; export { type Typography, type TypographyItem, TypographyItemName } from './typography';