import { DxfProperty } from './DxfProperty.js'; export declare abstract class DxfMapBase { name: string; dxfProperties: Map; protected static addClassProperties(map: DxfMapBase, type: Function | string, obj?: object): void; protected static cadObjectMapDxf(type: Function | string): IterableIterator<[number, DxfProperty]>; } //# sourceMappingURL=DxfMapBase.d.ts.map