export declare class Context3DTriangleFace extends Object {
    static NONE: string;
    static BACK: string;
    static FRONT: string;
    static FRONT_AND_BACK: string;
    constructor();
    static getGLVal(gl: WebGLRenderingContext, str: string): number;
}
