import { MLine } from '../../Entities/MLine.js'; import { CadDocumentBuilder } from '../CadDocumentBuilder.js'; import { CadEntityTemplateT } from './CadEntityTemplate.js'; export declare class CadMLineTemplate extends CadEntityTemplateT { mLineStyleHandle: number | null; mLineStyleName: string | null; nVertex: number | null; nElements: number | null; private _currVertex; private _currSegmentElement; constructor(mline?: MLine); tryReadVertex(dxfcode: number, value: unknown): boolean; protected _build(builder: CadDocumentBuilder): void; } //# sourceMappingURL=CadMLineTemplate.d.ts.map