import { RendererAppRootProps } from "./components.types"; export declare function render(config: RendererAppRootProps): Promise;