import { App } from "../../core/App";
import { Container } from "./Container";
export declare function render(app: App, container: Container): Promise<{
    base64: string;
    width: number;
    height: number;
}>;
