import type { FlexBoxProps } from '@xylabs/react-flexbox';
import type { NodeInstance } from '@xyo-network/node-model';
import React from 'react';
export interface NodeBoxProps extends FlexBoxProps {
    node?: string | WeakRef<NodeInstance>;
    variant?: 'description';
}
export declare const NodeBox: React.FC<NodeBoxProps>;
//# sourceMappingURL=Node.d.ts.map