import { ItemReaderValue } from './../../interfaces/IFC.interface'; import { IIfcBuildingElements } from '../../interfaces/IIfcBuildingElements'; export declare function getIfcBuildingElements(dataSection: ItemReaderValue[]): IIfcBuildingElements;