import { Render } from '../../index';
export declare const renderVue: Render<Vue.Component>;
export declare const withContexts: (contexts: import("../../shared/types").AddonSetting[]) => unknown;
