/// import { TreeType } from '@forten/tree-type'; import { Comp } from '../app.js'; export interface NodeHeaderProps { className?: string; tree: TreeType; blockId: string; } export declare const NodeHeader: Comp;