export { default as thingDark } from './dark'; export { default as thingLight } from './light'; export { thingRtl } from './rtl'; export type { ThingThemeVars, ThingTheme } from './light';