import { Material } from '../../Objects/Material.js'; import { CadDocumentBuilder } from '../CadDocumentBuilder.js'; import { CadTemplateT } from './CadTemplate[T].js'; export declare class CadMaterialTemplate extends CadTemplateT { constructor(material?: Material); protected _build(builder: CadDocumentBuilder): void; } //# sourceMappingURL=CadMaterialTemplate.d.ts.map