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