export declare class TriangleCulling extends Object {
    static NONE: string;
    static POSITIVE: string;
    static NEGATIVE: string;
    constructor();
}
