import { Plugins } from './plugins'; import { IWixService } from './types'; declare const _default: { styleUpdater: any; plugins: Plugins; init(options?: any, domService?: { getAllStyleTags(): NodeListOf; overrideStyle(tag: any, css: any): void; isCssVarsSupported(): boolean; updateCssVars(varMap: any): void; }, wixService?: IWixService): any; update(isRerender?: boolean): any; }; export default _default;