import * as types from 'types'; import * as sharedHooks from './hooks'; import * as Common from './components/common'; import * as UI from './components/ui'; const hooks = { ...sharedHooks, }; export { Common as VeeqoCommon, hooks, types, UI as VeeqoUI, };