declare const SUGAR: { onMounted: (callback: () => void) => void ref: (initValue: T) => { value: T }; Component: (options: any) => any, reactive: (initValue: T) => T, createApp: (options: any) => any, watch: (source: any, callback: (newValue: any, oldValue: any) => void) => void; nextTick: (callback: () => void) => void, defineProps: (options?: any) => any }; export {createApp, onMounted, nextTick, ref, Component, reactive, watch, defineProps} from './packages/sugar/src/main' export {sugarCompiler} from '@sugar/sugar-compiler'