import { Base, Point, Type } from "./type";
import { List$1 } from "./List$1";
/**
 * @hidden
 */
export declare class BreakEvenPoints extends Base {
    static $t: Type;
    private _Points;
    get Points(): List$1<List$1<Point>>;
    set Points(a: List$1<List$1<Point>>);
}
