import React from 'react';
export type CatalogEntityRelationsRootNodeProps = {
label: string;
entityType: string;
className?: string;
};
export declare function CatalogEntityRelationsRootNode({ label, entityType, className, }: CatalogEntityRelationsRootNodeProps): React.ReactElement;