export declare class Context3DRenderMode extends Object {
    static AUTO: string;
    static SOFTWARE: string;
    constructor();
}
