import 'regenerator-runtime/runtime'; import Strivve from './Strivve'; declare const striveIntance: Strivve; export * from './types'; export * from './service/service'; export { default as StrivveService } from './service/service'; export * from './core/strivveCore'; export { default as StrivveCore } from './core/strivveCore'; export * from './component/component'; export { default as StrivveComponent } from './component/component'; export default striveIntance;