import { IContextView } from '../../contract';
declare const RENDER: unique symbol;
declare const GET_VIEW_ENGINE: unique symbol;
export declare class ContextView implements IContextView {
    private ctx;
    private app;
    private viewManager;
    private config;
    constructor(ctx: any);
    render(...args: any[]): any;
    private [RENDER];
    private [GET_VIEW_ENGINE];
}
export {};
