export * as Render from "./render" export * as Splash from "./splash" export * as Sound from "./sound" export * as Theme from "./theme" export * as i18n from "./i18n" export * as Notifications from "./notifications" export { default as SettingsController } from "./settings" export { default as API } from "./api"