-- Compiled with roblox-ts v3.0.0 local TS = _G[script] local exports = {} exports.Box = TS.import(script, script, "primitives", "Box").Box exports.Text = TS.import(script, script, "primitives", "Text").Text exports.createRecipe = TS.import(script, script, "recipe", "createRecipe").createRecipe exports.mergeGuiProps = TS.import(script, script, "sx", "mergeGuiProps").mergeGuiProps local _sx = TS.import(script, script, "sx", "sx") exports.mergeSx = _sx.mergeSx exports.resolveSx = _sx.resolveSx local _ThemeProvider = TS.import(script, script, "theme", "ThemeProvider") exports.ThemeProvider = _ThemeProvider.ThemeProvider exports.useTheme = _ThemeProvider.useTheme exports.useThemeValue = _ThemeProvider.useThemeValue local _tokens = TS.import(script, script, "theme", "tokens") exports.createTheme = _tokens.createTheme exports.defaultDarkTheme = _tokens.defaultDarkTheme exports.defaultLightTheme = _tokens.defaultLightTheme return exports