import React from 'react'; import { DrawingID } from '@buerli.io/core'; import './ModelTreeHeader.css'; /** * The model tree header. * * Responsibility: * - Show name of current instance * - Show back button * - Show assembly node menu * - Provide convert to template functionality * - Provide import/add functionality */ export declare const ModelTreeHeader: React.FC<{ drawingId: DrawingID; }>;