import { BaseNodePropsWithData } from '../../../base'; import { RelationshipsBrowserTypes } from '../_types'; export declare function ElementNode(props: RelationshipsBrowserTypes.NodeProps<'element'>): import("react/jsx-runtime").JSX.Element; export declare function CompoundNode(props: RelationshipsBrowserTypes.NodeProps<'compound'>): import("react/jsx-runtime").JSX.Element; type ElementPortsProps = BaseNodePropsWithData>; export declare const ElementPorts: ({ data: { ports, height: h } }: ElementPortsProps) => import("react/jsx-runtime").JSX.Element; type CompoundPortsProps = BaseNodePropsWithData>; export declare const CompoundPorts: ({ data }: CompoundPortsProps) => import("react/jsx-runtime").JSX.Element; export {};