import appFactory from "./appFactory"; import lang from "./lang"; import theme from "./theme"; export { appFactory, lang, theme }; export default appFactory; //# sourceMappingURL=index.d.ts.map