export default class PointItem {
    x: number;
    y: number;
    idx: number;
    constructor(x: any, y: any, idx: any);
}
