/** * The MTL material format * A Wavefront .mtl file specifying materials */ export declare const MTLFormat: { readonly name: "MTL"; readonly id: "mtl"; readonly module: "mtl"; readonly extensions: ["mtl"]; readonly mimeTypes: ["text/plain"]; }; //# sourceMappingURL=mtl-format.d.ts.map