import { ReactElement } from 'react'; import { Render } from '../../index'; export declare const renderReact: Render; export declare const withContexts: (contexts: import("../../shared/types").AddonSetting[]) => unknown;