import { List$1 } from "igniteui-react-core";
import { Point, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class PointList extends List$1<Point> {
    static $t: Type;
    constructor();
}
