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