import { M2_MATERIAL_BLEND, M2_MATERIAL_FLAG } from './const.js'; declare class M2Material { #private; constructor(flags: number, blend: M2_MATERIAL_BLEND); get flags(): number; get blend(): M2_MATERIAL_BLEND; } export default M2Material; export { M2Material, M2_MATERIAL_BLEND, M2_MATERIAL_FLAG };