export declare class GraphicsPathWinding extends Object {
    static EVEN_ODD: string;
    static NON_ZERO: string;
    constructor();
}
