import { LineSegments } from './../objects/LineSegments'; export class AxisHelper extends LineSegments { constructor(size?: number); }