import * as BIM from './bimInfoData';
import { BimInfoPanelRef } from './bimInfoData';
/**
 * Represents the details of a BIM object.
 */
export declare function BimBody(props: {
    bimInfoRef: BimInfoPanelRef;
    sections: BIM.Section[];
}): import("react/jsx-runtime").JSX.Element;
