import { CadDictionary } from './CadDictionary.js'; import { CadObject } from '../CadObject.js'; import { ObjectType } from '../Types/ObjectType.js'; export declare class CadDictionaryWithDefault extends CadDictionary { defaultEntry: CadObject | null; get objectName(): string; get objectType(): ObjectType; get subclassMarker(): string; constructor(name?: string, defaultEntry?: CadObject); } //# sourceMappingURL=CadDictionaryWithDefault.d.ts.map