import type { Material } from "./api/material.js"; import type { ShaderUniformSpecs } from "./api/shader.js"; export declare const DEFAULT_MATERIAL: Material; export declare const defMaterial: (mat?: Partial, flags?: Partial>, base?: Material) => ShaderUniformSpecs; //# sourceMappingURL=material.d.ts.map