import { MultiLeader, MultiLeaderBlockAttribute } from '../../Entities/MultiLeader.js'; import { CadDocumentBuilder } from '../CadDocumentBuilder.js'; import { CadEntityTemplateT } from './CadEntityTemplate.js'; import { CadMLeaderAnnotContextTemplate } from './CadMLeaderAnnotContextTemplate.js'; export declare class CadMLeaderTemplate extends CadEntityTemplateT { arrowheadHandle: number; arrowheadHandles: Map; blockAttributeHandles: Map; blockContentHandle: number; cadMLeaderAnnotContextTemplate: CadMLeaderAnnotContextTemplate; leaderLineTypeHandle: number | null; leaderStyleHandle: number; mTextStyleHandle: number; constructor(entity?: MultiLeader); protected _build(builder: CadDocumentBuilder): void; } //# sourceMappingURL=CadMLeaderTemplate.d.ts.map