import { LineSegments } from "../objects/LineSegments.ts"; /** Displays the three coordinate axes as RGB lines. */ export declare class AxesHelper extends LineSegments { type: string; constructor(size?: number); dispose(): void; } //# sourceMappingURL=AxesHelper.d.ts.map