import { IfcPropertyTemplate } from "./index.js"; import { IfcSimplePropertyTemplateTypeEnum } from "./index.js"; import { IfcPropertyEnumeration } from "./index.js"; import { IfcDerivedUnit } from "./index.js"; import { IfcMonetaryUnit } from "./index.js"; import { IfcNamedUnit } from "./index.js"; import { IfcStateEnum } 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 IfcSimplePropertyTemplate extends IfcPropertyTemplate { get type(): EntityTypesIfc; private TemplateType_?; private PrimaryMeasureType_?; private SecondaryMeasureType_?; private Enumerators_?; private PrimaryUnit_?; private SecondaryUnit_?; private Expression_?; private AccessState_?; get TemplateType(): IfcSimplePropertyTemplateTypeEnum | null; get PrimaryMeasureType(): string | null; get SecondaryMeasureType(): string | null; get Enumerators(): IfcPropertyEnumeration | null; get PrimaryUnit(): IfcDerivedUnit | IfcMonetaryUnit | IfcNamedUnit | null; get SecondaryUnit(): IfcDerivedUnit | IfcMonetaryUnit | IfcNamedUnit | null; get Expression(): string | null; get AccessState(): IfcStateEnum | null; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcSimplePropertyTemplate.gen.d.ts.map