export declare class Component { /** * IFC guid of the component */ ifc_guid: string; /** * originating system of the component */ originating_system: string; /** * internal id for the authoring tool of the component */ authoring_tool_id: string; /** * */ constructor(guid: string); }