import { IfcMaterialDefinition } from "./index.js"; import { IfcMaterial } from "./index.js"; import EntityTypesIfc from "./entity_types_ifc.gen.js"; import StepEntityInternalReference from "../../step/step_entity_internal_reference.js"; import StepEntityBase from "../../step/step_entity_base.js"; import StepModelBase from "../../step/step_model_base.js"; export declare class IfcMaterialLayer extends IfcMaterialDefinition { get type(): EntityTypesIfc; private Material_?; private LayerThickness_?; private IsVentilated_?; private Name_?; private Description_?; private Category_?; private Priority_?; get Material(): IfcMaterial | null; get LayerThickness(): number; get IsVentilated(): boolean | null; get Name(): string | null; get Description(): string | null; get Category(): string | null; get Priority(): number | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcMaterialLayer.gen.d.ts.map