import { IfcPresentationStyle } from "./index.js"; import { IfcSurfaceSide } from "./index.js"; import { IfcExternallyDefinedSurfaceStyle } from "./index.js"; import { IfcSurfaceStyleLighting } from "./index.js"; import { IfcSurfaceStyleRefraction } from "./index.js"; import { IfcSurfaceStyleShading } from "./index.js"; import { IfcSurfaceStyleWithTextures } 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 IfcSurfaceStyle extends IfcPresentationStyle { get type(): EntityTypesIfc; private Side_?; private Styles_?; get Side(): IfcSurfaceSide; get Styles(): Array; constructor(localID: number, internalReference: StepEntityInternalReference, model: StepModelBase>, multiReference?: StepEntityInternalReference[]); static readonly query: EntityTypesIfc[]; static readonly expectedType: EntityTypesIfc; } //# sourceMappingURL=IfcSurfaceStyle.gen.d.ts.map