import { ObjectType } from '../Types/ObjectType.js'; import { OrthographicType } from '../Types/OrthographicType.js'; import { TableEntry } from './TableEntry.js'; import { XYZ } from '../Math/XYZ.js'; export declare class UCS extends TableEntry { get objectType(): ObjectType; get objectName(): string; get subclassMarker(): string; origin: XYZ; xAxis: XYZ; yAxis: XYZ; orthographicType: OrthographicType; orthographicViewType: OrthographicType; elevation: number; constructor(name?: string); } export { OrthographicType } from '../Types/OrthographicType.js'; //# sourceMappingURL=UCS.d.ts.map