export declare const IFC_BUILDING_ELEMENT: { IfcBeam: string[]; IfcBuildingElementProxy: string[]; IfcChimney: string[]; IfcColumn: string[]; IfcCovering: string[]; IfcCurtainWall: string[]; IfcDoor: string[]; IfcFooting: string[]; IfcMember: string[]; IfcPile: string[]; IfcPlate: string[]; IfcRailing: string[]; IfcRamp: string[]; IfcRampFlight: string[]; IfcRoof: string[]; IfcShadingDevice: string[]; IfcSlab: string[]; IfcStair: string[]; IfcStairFlight: string[]; IfcWall: string[]; IfcWindow: string[]; }; export declare const IFC_BUILDING_ELEMENT_TYPE: { IfcBeamType: string; IfcBuildingElementProxyType: string; IfcChimneyType: string; IfcColumnType: string; IfcCoveringType: string; IfcCurtainWallType: string; IfcDoorType: string; IfcFootingType: string; IfcMemberType: string; IfcPileType: string; IfcPlateType: string; IfcRailingType: string; IfcRampType: string; IfcRampFlightType: string; IfcRoofType: string; IfcShadingDeviceType: string; IfcSlabType: string; IfcStairType: string; IfcStairFlightType: string; IfcWallType: string; IfcWindowType: string; };