/*! * quarkGUI v0.8.1 (https://github.com/quarkGUI/quarkGUI) * Copyright(c) 2016-2018 Benjamin Dehli (https://github.com/benjamindehli) * Licenced under GNU General Public License */ import * as Init from "./init"; import * as Atoms from "./modules/atoms"; import * as Molecules from "./modules/molecules"; import * as Organisms from "./modules/organisms"; import * as Globals from "./modules/global"; declare const LazyInit: () => void; export { Atoms, Molecules, Organisms, Globals, Init, LazyInit };